Fixed 'need_gnome_support' typo.

This commit is contained in:
Martin Baulig
1998-05-23 16:08:27 +00:00
parent e5ad7e782f
commit 40b6a23c63

View File

@@ -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