aboutsummaryrefslogtreecommitdiffstats
path: root/macros/gnome.m4
diff options
context:
space:
mode:
Diffstat (limited to 'macros/gnome.m4')
-rw-r--r--macros/gnome.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/macros/gnome.m4 b/macros/gnome.m4
index 92d97cfae7..a28520650e 100644
--- a/macros/gnome.m4
+++ b/macros/gnome.m4
@@ -32,9 +32,10 @@ AC_DEFUN([GNOME_INIT],
])
+ AC_MSG_CHECKING(Loading gnomeConf.sh values)
if test -e $gnome_prefix/gnomeConf.sh; then
- AC_MSG_CHECKING(Loading gnomeConf.sh values)
. $gnome_prefix/gnomeConf.sh
+ AC_MSG_RESULT(found)
else
AC_MSG_ERROR(Could not find the gnomeConf.sh file that is generated by gnome-libs install)
fi