summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>1999-10-09 18:58:27 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>1999-10-09 18:58:27 +0000
commit1b0b2307438aa2459979cf3c1100d416b9474b85 (patch)
tree19c3c06a5e0c3d283c3cac230349e1e590c9c32a /configure.in
parentdd6f49543dbe4166f299aa834a80db74fccdd8fe (diff)
downloadirssi-1b0b2307438aa2459979cf3c1100d416b9474b85.zip
gnome support checks are now run always
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@42 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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"