summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gal/files/patch-aa
blob: 67f38003480082e6c23aca99ec50d2eef2c3ea8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
--- configure.orig	Mon May 21 11:10:07 2001
+++ configure	Mon May 21 11:10:59 2001
@@ -5017,5 +5017,5 @@
 CFLAGS="$CFLAGS $ICONV_CFLAGS"
-LDFLAGS="$LDFLAGS $ICONV_LIBS -liconv"
-echo $ac_n "checking for iconv in -liconv""... $ac_c" 1>&6
-echo "configure:5081: checking for iconv in -liconv" >&5
+LDFLAGS="$LDFLAGS $ICONV_LIBS -lgiconv"
+echo $ac_n "checking for iconv in -lgiconv""... $ac_c" 1>&6
+echo "configure:5081: checking for iconv in -lgiconv" >&5
 if eval "test \"`echo '$''{'ac_cv_libiconv'+set}'`\" = set"; then
@@ -5027,3 +5027,3 @@
 
-#include <iconv.h>
+#include <giconv.h>
 
@@ -5050,3 +5050,3 @@
 if test $ac_cv_libiconv = yes; then
-	ICONV_LIBS="$ICONV_LIBS -liconv"
+	ICONV_LIBS="$ICONV_LIBS -lgiconv"
 	have_iconv=yes
@@ -5176,3 +5176,3 @@
 
-#include <iconv.h>
+#include <giconv.h>
 #include <stdlib.h>
@@ -5290,4 +5290,4 @@
 echo "configure:5291: checking for GTK >= 1.2.7" >&5
-if gtk-config --version > /dev/null 2>&1; then 
-        vers=`gtk-config --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
+if $GTK_CONFIG --version > /dev/null 2>&1; then 
+        vers=`$GTK_CONFIG --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
     if test "$vers" -ge 1002007; then
OpenPOWER on IntegriCloud