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