summaryrefslogtreecommitdiff
path: root/ext/gd
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>1999-04-25 23:29:52 +0000
committerRasmus Lerdorf <rasmus@php.net>1999-04-25 23:29:52 +0000
commit5c09d8e616e84f999685dbae940e31a569b8f1eb (patch)
tree531e8339f689ed4bc3ebd485026411d44d8c1eae /ext/gd
parent1e54412bdc67ad7950dfdb7170339db98714c45b (diff)
downloadphp-git-5c09d8e616e84f999685dbae940e31a569b8f1eb.tar.gz
Make GD config fail if it doesn't find the gd files
Diffstat (limited to 'ext/gd')
-rw-r--r--ext/gd/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/config.m4 b/ext/gd/config.m4
index 7a2891ef03..6378535f0a 100644
--- a/ext/gd/config.m4
+++ b/ext/gd/config.m4
@@ -36,7 +36,7 @@ dnl A whole whack of possible places where this might be
AC_CHECK_LIB(gd, gdImageString16, [ AC_DEFINE(HAVE_LIBGD13) ])
ac_cv_lib_gd_gdImageLine=yes
else
- AC_MSG_RESULT(no)
+ AC_MSG_ERROR(Unable to find libgd.a anywhere under $withval)
fi ;;
esac
],[