You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
512 B

  1. --- a/config/gdlib-config.in
  2. +++ b/config/gdlib-config.in
  3. @@ -71,7 +71,7 @@ while test $# -gt 0; do
  4. echo @LDFLAGS@
  5. ;;
  6. --libs)
  7. - echo -lgd @LIBS@ @LIBICONV@
  8. + echo -lgd @LIBS@
  9. ;;
  10. --cflags|--includes)
  11. echo -I@includedir@
  12. @@ -84,7 +84,7 @@ while test $# -gt 0; do
  13. echo "includedir: $includedir"
  14. echo "cflags: -I@includedir@"
  15. echo "ldflags: @LDFLAGS@"
  16. - echo "libs: @LIBS@ @LIBICONV@"
  17. + echo "libs: @LIBS@"
  18. echo "libdir: $libdir"
  19. echo "features: @FEATURES@"
  20. ;;