aboutsummaryrefslogtreecommitdiff
path: root/devel/libsoup22/files/patch-configure
blob: 3d546f6fcf4a58c06bb98b55499395a856fe823b (plain) (blame)
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

$FreeBSD$

--- configure	2001/05/28 11:58:28	1.1
+++ configure	2001/05/28 12:00:46
@@ -2202,8 +2202,8 @@
   rm -f conf.glibtest
 
 
-GLIB_CFLAGS=`glib-config --cflags glib`
-GLIB_LIBS=`glib-config --libs glib`
+GLIB_CFLAGS=`$GLIB_CONFIG --cflags glib`
+GLIB_LIBS=`$GLIB_CONFIG --libs glib`
 
 
 
@@ -2259,8 +2259,6 @@
 
 save_CPPFLAGS=$CPPFLAGS
 save_LIBS=$LIBS
-CPPFLAGS=
-LIBS=
 
 echo $ac_n "checking for poptGetContext in -lpopt""... $ac_c" 1>&6
 echo "configure:2267: checking for poptGetContext in -lpopt" >&5