summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-12-23 06:33:58 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-12-23 06:33:58 +0000
commit9e6ee33cdfc1386131363455194fa0c5c77cc8d8 (patch)
tree7a1cbe5aa6dd7ba52db3d763ef40e301f939f1d1 /configure.in
parentc1a1f4c8048873dd382f75126ddd564916c979a7 (diff)
downloadirssi-9e6ee33cdfc1386131363455194fa0c5c77cc8d8.zip
Prefer glib2 to 1.2 always now
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3068 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in22
1 files changed, 2 insertions, 20 deletions
diff --git a/configure.in b/configure.in
index 9b4b38c3..a91c1f9a 100644
--- a/configure.in
+++ b/configure.in
@@ -111,19 +111,6 @@ if test "x$prefix" != "xNONE"; then
perl_prefix_note=yes
fi
-AC_ARG_WITH(glib2,
-[ --with-glib2 Use GLIB 2.0 instead of 1.2],
- if test x$withval = xyes; then
- want_glib2=yes
- else
- if test "x$withval" = xno; then
- want_glib2=no
- else
- want_glib2=yes
- fi
- fi,
- want_glib2=yes)
-
AC_ARG_WITH(gc,
[ --with-gc Use garbage collector, requires GLIB2],
if test x$withval = xyes; then
@@ -401,13 +388,8 @@ AC_DEFUN(AC_CHECK_GLIBDIR,[
AC_CHECK_GLIBDIR
if test -z "$GLIB_DIR"; then
- if test "x$with_glib2" = "xyes"; then
- dnl * check only for glib2
- checks="3 4"
- else
- dnl * check glib1 then glib2
- checks="1 2 3 4"
- fi
+ dnl * check glib1 then glib2
+ checks="3 4 1 2"
for try in $checks; do
glib_config_args=