summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2001-10-20 23:40:22 +0000
committerGeorge Lebl <jirka@src.gnome.org>2001-10-20 23:40:22 +0000
commit51bbe31796ae3e21fff0fbb905323bbf5e8e9b05 (patch)
treeb427e363066e52d282d594c84b7590ba741fd01c /configure.in
parent787901c398a86e0ff2579f0cf67a6e0ba3ef53b9 (diff)
downloadgdm-51bbe31796ae3e21fff0fbb905323bbf5e8e9b05.tar.gz
a bit of makefile cleanup and make sure we REQUIRE libglade in the
Sat Oct 20 16:26:34 2001 George Lebl <jirka@5z.com> * configure.in, gui/Makefile.am: a bit of makefile cleanup and make sure we REQUIRE libglade in the configure.in
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 6ffe2466..d373d292 100644
--- a/configure.in
+++ b/configure.in
@@ -97,6 +97,9 @@ AM_PROG_LIBTOOL
GNOME_X_CHECKS
AM_PATH_LIBGLADE(,,gnome)
+if test "x$LIBGLADE_CFLAGS" = "x"; then
+ AC_MSG_ERROR(Libglade is required for gdm)
+fi
dnl Allow users to run gdmconfig using the console helper PAM stuff.
if test "x$enable_console_helper" = "xyes"; then