ue May 21 15:51:17 2002 Owen Taylor <otaylor@redhat.com>
authorOwen Taylor <otaylor@src.gnome.org>
Tue, 21 May 2002 19:53:31 +0000 (19:53 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 21 May 2002 19:53:31 +0000 (19:53 +0000)
        * configure.in: $with_libiconv, not $with_iconv.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in

index 78adf59..9a30266 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue May 21 15:51:17 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: $with_libiconv, not $with_iconv.
+
 Mon May 20 18:02:46 2002  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in: Move iconv tests before gettext
index 78adf59..9a30266 100644 (file)
@@ -1,3 +1,7 @@
+Tue May 21 15:51:17 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: $with_libiconv, not $with_iconv.
+
 Mon May 20 18:02:46 2002  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in: Move iconv tests before gettext
index 78adf59..9a30266 100644 (file)
@@ -1,3 +1,7 @@
+Tue May 21 15:51:17 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: $with_libiconv, not $with_iconv.
+
 Mon May 20 18:02:46 2002  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in: Move iconv tests before gettext
index 78adf59..9a30266 100644 (file)
@@ -1,3 +1,7 @@
+Tue May 21 15:51:17 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: $with_libiconv, not $with_iconv.
+
 Mon May 20 18:02:46 2002  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in: Move iconv tests before gettext
index 78adf59..9a30266 100644 (file)
@@ -1,3 +1,7 @@
+Tue May 21 15:51:17 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: $with_libiconv, not $with_iconv.
+
 Mon May 20 18:02:46 2002  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in: Move iconv tests before gettext
index 78adf59..9a30266 100644 (file)
@@ -1,3 +1,7 @@
+Tue May 21 15:51:17 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: $with_libiconv, not $with_iconv.
+
 Mon May 20 18:02:46 2002  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in: Move iconv tests before gettext
index 78adf59..9a30266 100644 (file)
@@ -1,3 +1,7 @@
+Tue May 21 15:51:17 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: $with_libiconv, not $with_iconv.
+
 Mon May 20 18:02:46 2002  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in: Move iconv tests before gettext
index 742495c..00dd498 100644 (file)
@@ -334,7 +334,7 @@ dnl
 dnl Now we are done with gettext checks, figure out ICONV_LIBS
 dnl
 
-if test x$with_iconv != xno ; then
+if test x$with_libiconv != xno ; then
   case " $INTLLIBS " in
   *[[\ \       ]]-liconv[[\ \  ]]*) ;;
   *) ICONV_LIBS="-liconv" ;;