projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9624671
)
Fixed glib checking.
author
Pekka Riikonen
<priikone@silcnet.org>
Tue, 18 Jun 2002 06:42:40 +0000
(06:42 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Tue, 18 Jun 2002 06:42:40 +0000
(06:42 +0000)
apps/irssi/configure.in
patch
|
blob
|
history
diff --git
a/apps/irssi/configure.in
b/apps/irssi/configure.in
index c039ddbe6a2da501bca46d11c789a781468d7bb5..d7df09057cc585a1ac5f9beda999d564c66d29ca 100644
(file)
--- a/
apps/irssi/configure.in
+++ b/
apps/irssi/configure.in
@@
-341,10
+341,11
@@
if test -z "$GLIB_DIR"; then
glib_modules=
fi
if test $try = 1 -o $try = 2; then
- AM_PATH_GLIB(1.2.0,,, $glib_modules)
+ glib_version=1.2.0
else
- AM_PATH_GLIB_2_0(2.0.0,,, $glib_modules)
+ glib_version=2.0.0
fi
+ AM_PATH_GLIB($glib_version,[],[], [$glib_modules])
if test "$GLIB_LIBS"; then
if test $glib_modules = gmodule; then
AC_DEFINE(HAVE_GMODULE)