From: Joey Smith Date: Thu, 19 Jul 2001 23:36:37 +0000 (+0000) Subject: I just got annoyed by this, eventually. :) X-Git-Tag: PRE_TSRM_MERGE_PATCH~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c2e983709ad5ae25000b614e1c3e04d6159803f6;p=php I just got annoyed by this, eventually. :) --- 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"