14 lines
405 B
Diff
14 lines
405 B
Diff
|
Index: config/gdlib-config.in
|
||
|
===================================================================
|
||
|
--- config/gdlib-config.in.orig 2006-10-11 11:46:22.000000000 +0200
|
||
|
+++ config/gdlib-config.in 2007-12-20 03:59:07.000000000 +0100
|
||
|
@@ -71,7 +71,7 @@ while test $# -gt 0; do
|
||
|
echo @LDFLAGS@
|
||
|
;;
|
||
|
--libs)
|
||
|
- echo @LIBS@ @LIBICONV@
|
||
|
+ echo -l@GDLIBNAME@
|
||
|
;;
|
||
|
--cflags|--includes)
|
||
|
echo -I@includedir@
|