projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f5d6b4
)
autoconf: Fix copy'n'paste error
author
Jakub Narebski
<jnareb@gmail.com>
Tue, 5 Sep 2006 20:03:48 +0000
(22:03 +0200)
committer
Junio C Hamano
<junkio@cox.net>
Tue, 5 Sep 2006 20:36:19 +0000
(13:36 -0700)
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 64c8345f64a49f5e6ed3a751035e8d0c4f465d19..67c1ae0ed8dfea875408681b62917824ebf08483 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-147,7
+147,7
@@
AC_CHECK_LIB([c], [iconv],
[NEEDS_LIBICONV=],
[NEEDS_LIBICONV=YesPlease])
AC_SUBST(NEEDS_LIBICONV)
-test -n "$NEEDS_
SOCKET
" && LIBS="$LIBS -liconv"
+test -n "$NEEDS_
LIBICONV
" && LIBS="$LIBS -liconv"
#
# Define NEEDS_SOCKET if linking with libc is not enough (SunOS,
# Patrick Mauritz).