* Thus wrote Anas Mughal ([EMAIL PROTECTED]): > Yes, I had uncommented those lines already. This how they look in my > config.m4 file: > > PHP_ARG_ENABLE(my_ext, whether to enable my_ext support, > dnl Make sure that the comment is aligned: > [ --enable-my_ext Enable my_ext support]) >
hm.. try issuing a phpize --clean and then start over with the commands. The config.m4 should still be intact. I'm not sure but if that doesn't work a possiblity could be the underscore in the name of the extenstion. Also, after you do your phpize, check the output of ./configure --help There should be your --enable option in there. If not check your versions of automake, autoconf, and libtool. The suggested versions are listed here: http://www.php.net/anoncvs.php Curt -- If eval() is the answer, you're almost certainly asking the wrong question. -- Rasmus Lerdorf, BDFL of PHP -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php