From 1b0b2307438aa2459979cf3c1100d416b9474b85 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 9 Oct 1999 18:58:27 +0000 Subject: [PATCH] gnome support checks are now run always git-svn-id: http://svn.irssi.org/repos/irssi/trunk@42 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 0042c991..556e2c28 100644 --- a/configure.in +++ b/configure.in @@ -17,6 +17,7 @@ AM_PROG_LIBTOOL AC_CHECK_HEADERS(string.h stdlib.h unistd.h dirent.h sys/ioctl.h) GNOME_INIT +GNOME_SUPPORT_CHECKS AC_ARG_WITH(proplist, [ --with-proplist Specify libPropList location], @@ -258,7 +259,6 @@ if test "x$want_gnome" = "xyes"; then AC_DEFINE(HAVE_GTK) AC_DEFINE(HAVE_GNOME) AC_DEFINE(HAVE_IMLIB) - GNOME_SUPPORT_CHECKS GUI_CFLAGS="$GNOME_INCLUDEDIR"