diff options
author | foobar <sniper@php.net> | 2002-06-09 00:53:28 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2002-06-09 00:53:28 +0000 |
commit | fd70290b76c2e280fe10ec5968355ef8d5b7b74e (patch) | |
tree | cdf44f5a88f185d2f6ce014288ab9c34307e1639 /ext/hwapi | |
parent | c8bacb7a066862f7e0dbc70d8d9a9d2da2551861 (diff) | |
download | php-git-fd70290b76c2e280fe10ec5968355ef8d5b7b74e.tar.gz |
De-messify
Diffstat (limited to 'ext/hwapi')
-rw-r--r-- | ext/hwapi/config.m4 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/ext/hwapi/config.m4 b/ext/hwapi/config.m4 index 556c2d00df..897f647184 100644 --- a/ext/hwapi/config.m4 +++ b/ext/hwapi/config.m4 @@ -26,15 +26,10 @@ if test "$PHP_HWAPI" != "no"; then PHP_ADD_LIBRARY_WITH_PATH(hwapi, $HWAPI_DIR/lib, HWAPI_SHARED_LIBADD) AC_DEFINE(HAVE_HWAPI,1,[ ]) - AC_MSG_RESULT(yes) PHP_REQUIRE_CXX -dnl PHP_EXTENSION(hwapi, $ext_shared) - PHP_NEW_EXTENSION(hwapi, hwapi.cpp) + PHP_NEW_EXTENSION(hwapi, hwapi.cpp, $ext_shared) PHP_ADD_LIBRARY(hwapi) PHP_ADD_LIBRARY(pthread) PHP_ADD_LIBRARY(stdc++) PHP_ADD_INCLUDE($HWAPI_DIR/include) -else - AC_DEFINE(HAVE_HWAPI,0,[ ]) - AC_MSG_RESULT(no) fi |