mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
834813f53a
used as a base renderer in upcoming gtk/gnome 2.0.
30 lines
904 B
Plaintext
30 lines
904 B
Plaintext
--- configure.orig Tue Jul 18 10:46:00 2000
|
|
+++ configure Tue Jul 18 10:46:24 2000
|
|
@@ -2290,14 +2290,14 @@
|
|
#
|
|
# Check for libiconv
|
|
#
|
|
- echo $ac_n "checking for libiconv_open in -liconv""... $ac_c" 1>&6
|
|
-echo "configure:2295: checking for libiconv_open in -liconv" >&5
|
|
+ echo $ac_n "checking for libiconv_open in -lgiconv""... $ac_c" 1>&6
|
|
+echo "configure:2295: checking for libiconv_open in -lgiconv" >&5
|
|
ac_lib_var=`echo iconv'_'libiconv_open | sed 'y%./+-%__p_%'`
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
ac_save_LIBS="$LIBS"
|
|
-LIBS="-liconv $LIBS"
|
|
+LIBS="-lgiconv $LIBS"
|
|
cat > conftest.$ac_ext <<EOF
|
|
#line 2303 "configure"
|
|
#include "confdefs.h"
|
|
@@ -2339,7 +2339,7 @@
|
|
UNICODE_CFLAGS=
|
|
UNICODE_LIBS=
|
|
if test "x$with_libiconv" = "xyes" ; then
|
|
- UNICODE_LIBS="-liconv"
|
|
+ UNICODE_LIBS="-lgiconv"
|
|
fi
|
|
|
|
|