Fixed 'need_gnome_support' typo.
This commit is contained in:
@@ -103,8 +103,8 @@ AC_ARG_ENABLE(debug, [ --enable-debug turn on debugging [default=no]],
|
|||||||
|
|
||||||
LIBSUPPORT=
|
LIBSUPPORT=
|
||||||
SUPPORTINCS=
|
SUPPORTINCS=
|
||||||
if test "$need_libgtop_support" = yes; then
|
if test "$need_gnome_support" = yes; then
|
||||||
LIBSUPPORT='$(top_builddir)/support/libgtopsupport.la'
|
LIBSUPPORT='$(top_builddir)/support/libgnomesupport.la'
|
||||||
SUPPORTINCS='-I$(top_srcdir)/support'
|
SUPPORTINCS='-I$(top_srcdir)/support'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user