cvs: gd /libgd/config gdlib-config.in

[email protected] ("Lars Hecking")
Newsgroups php.gd.cvs
Message-ID <cvslhecking1160559982@cvsserver>
lhecking		Wed Oct 11 09:46:22 2006 UTC

  Modified files:              
    /gd/libgd/config	gdlib-config.in 
  Log:
  Add @LIBICONV@ wherever @LIBS@ is used.
  
http://cvs.php.net/viewvc.cgi/gd/libgd/config/gdlib-config.in?r1=1.1&r2=1.2&diff_format=u
Index: gd/libgd/config/gdlib-config.in
diff -u gd/libgd/config/gdlib-config.in:1.1 gd/libgd/config/gdlib-config.in:1.2
--- gd/libgd/config/gdlib-config.in:1.1	Wed Apr  5 15:56:57 2006
+++ gd/libgd/config/gdlib-config.in	Wed Oct 11 09:46:22 2006
@@ -71,7 +71,7 @@
 	echo @LDFLAGS@
 	;;
     --libs)
-	echo @LIBS@
+	echo @LIBS@ @LIBICONV@
 	;;
     --cflags|--includes)
 	echo -I@includedir@
@@ -84,7 +84,7 @@
 	echo "includedir: $includedir"
 	echo "cflags:     -I@includedir@"
 	echo "ldflags:    @LDFLAGS@"
-	echo "libs:       @LIBS@"
+	echo "libs:       @LIBS@ @LIBICONV@"
 	echo "libdir:     $libdir"
 	echo "features:   @FEATURES@"
 	;;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.