From 40b6a23c639911b672a53d32bc924df4b8f3d871 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sat, 23 May 1998 16:08:27 +0000 Subject: [PATCH] Fixed 'need_gnome_support' typo. --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 3c2b8f20..b3264e50 100644 --- a/configure.in +++ b/configure.in @@ -103,8 +103,8 @@ AC_ARG_ENABLE(debug, [ --enable-debug turn on debugging [default=no]], LIBSUPPORT= SUPPORTINCS= -if test "$need_libgtop_support" = yes; then - LIBSUPPORT='$(top_builddir)/support/libgtopsupport.la' +if test "$need_gnome_support" = yes; then + LIBSUPPORT='$(top_builddir)/support/libgnomesupport.la' SUPPORTINCS='-I$(top_srcdir)/support' fi