summaryrefslogtreecommitdiff
path: root/ext/ext_skel
diff options
context:
space:
mode:
authorJoey Smith <joey@php.net>2001-07-19 23:36:37 +0000
committerJoey Smith <joey@php.net>2001-07-19 23:36:37 +0000
commitc2e983709ad5ae25000b614e1c3e04d6159803f6 (patch)
tree86037daf739870800331b32085ae51c52640deb2 /ext/ext_skel
parentd68f53e94e901b1d9f6fe5dc8eb02aa555fcebcb (diff)
downloadphp-git-c2e983709ad5ae25000b614e1c3e04d6159803f6.tar.gz
I just got annoyed by this, eventually. :)
Diffstat (limited to 'ext/ext_skel')
-rwxr-xr-xext/ext_skel2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ext_skel b/ext/ext_skel
index 198cc01bc7..c9f1ddf7e5 100755
--- a/ext/ext_skel
+++ b/ext/ext_skel
@@ -153,7 +153,7 @@ if test "\$PHP_$EXTNAME" != "no"; then
dnl PHP_ADD_INCLUDE(\$${EXTNAME}_DIR/include)
dnl # --with-$extname -> chech for lib and symbol presence
- dnl LIBNAME=$extname # you may wnat to change this
+ dnl LIBNAME=$extname # you may want to change this
dnl LIBSYMBOL=$extname # you most likely want to change this
dnl old_LIBS=\$LIBS
dnl LIBS="\$LIBS -L\$${EXTNAME}_DIR/lib -lm -ldl"