summaryrefslogtreecommitdiff
path: root/ext/xml
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-09-07 00:24:06 +0000
committerfoobar <sniper@php.net>2001-09-07 00:24:06 +0000
commite4df7dc7bfb596c4da9f8e54214fd60657aa6a98 (patch)
tree6271a55cb919de2cf58a8798ae3a75d3744748b1 /ext/xml
parentf6dfcb564144fa26f3ec248a8ffb420d4067ba30 (diff)
downloadphp-git-e4df7dc7bfb596c4da9f8e54214fd60657aa6a98.tar.gz
if test -f /usr/local/lib/libexample.s?; then <-- no workie
if test -f /usr/local/lib/libexample.so; then <-- workie # # You can all point at me and laugh now.. :( #
Diffstat (limited to 'ext/xml')
-rw-r--r--ext/xml/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xml/config.m4 b/ext/xml/config.m4
index e1eaeb0863..cacc65ec52 100644
--- a/ext/xml/config.m4
+++ b/ext/xml/config.m4
@@ -42,7 +42,7 @@ else
AC_DEFINE(HAVE_LIBEXPAT, 1, [ ])
for i in $PHP_XML $PHP_EXPAT_DIR; do
- if test -f $i/lib/libexpat.a -o -f $i/lib/libexpat.s? ; then
+ if test -f $i/lib/libexpat.a -o -f $i/lib/libexpat.$SHLIB_SUFFIX_NAME ; then
EXPAT_DIR=$i
fi
done