projects
/
crypto.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc7a241
)
AC_DEFINE fix.
author
Pekka Riikonen
<priikone@silcnet.org>
Fri, 8 Dec 2006 12:21:02 +0000
(12:21 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Fri, 8 Dec 2006 12:21:02 +0000
(12:21 +0000)
apps/irssi/configure.in
patch
|
blob
|
history
diff --git
a/apps/irssi/configure.in
b/apps/irssi/configure.in
index b7c90267380783ad9307b81dd7b1758e8b61bc22..ae29bac805e9d0093f0e2c316f5a95f86c428c1b 100644
(file)
--- a/
apps/irssi/configure.in
+++ b/
apps/irssi/configure.in
@@
-15,7
+15,6
@@
AC_ISC_POSIX
AC_PROG_CC
AC_PROG_CPP
AC_STDC_HEADERS
-AC_ARG_PROGRAM
AM_PROG_LIBTOOL
AC_PATH_PROG(sedpath, sed)
@@
-402,7
+401,7
@@
dnl ** Recode
dnl **
AC_MSG_CHECKING([if we can use recode, requires GLIB2])
if test "$glib_config_major_version" = "2"; then
- AC_DEFINE(
HAVE_GLIB2
)
+ AC_DEFINE(
[HAVE_GLIB2], [], ["HAVE_GLIB2"]
)
AC_MSG_RESULT([yes])
else
AC_MSG_RESULT([no, using glib1])