diff options
author | Derick Rethans <derick@php.net> | 2002-12-01 13:43:17 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2002-12-01 13:43:17 +0000 |
commit | 7fbcf769738a3fae1caadec0fabcbf1326e674cb (patch) | |
tree | 62c00edad674e199d92d8e7fde361b4e6388bbfa /ext/ext_skel | |
parent | e4bc32fbe25cf5a8cc3cfb7f263ea0e4e85dd2fc (diff) | |
download | php-git-7fbcf769738a3fae1caadec0fabcbf1326e674cb.tar.gz |
-fix typo
Diffstat (limited to 'ext/ext_skel')
-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 6143ea9ecc..3abf341bdf 100755 --- a/ext/ext_skel +++ b/ext/ext_skel @@ -150,7 +150,7 @@ if test "\$PHP_$EXTNAME" != "no"; then dnl # --with-$extname -> add include path dnl PHP_ADD_INCLUDE(\$${EXTNAME}_DIR/include) - dnl # --with-$extname -> chech for lib and symbol presence + dnl # --with-$extname -> check for lib and symbol presence dnl LIBNAME=$extname # you may want to change this dnl LIBSYMBOL=$extname # you most likely want to change this |