diff options
-rwxr-xr-x | ext/ext_skel | 2 |
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" |