summaryrefslogtreecommitdiff
path: root/ext/hwapi
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-06-09 00:53:28 +0000
committerfoobar <sniper@php.net>2002-06-09 00:53:28 +0000
commitfd70290b76c2e280fe10ec5968355ef8d5b7b74e (patch)
treecdf44f5a88f185d2f6ce014288ab9c34307e1639 /ext/hwapi
parentc8bacb7a066862f7e0dbc70d8d9a9d2da2551861 (diff)
downloadphp-git-fd70290b76c2e280fe10ec5968355ef8d5b7b74e.tar.gz
De-messify
Diffstat (limited to 'ext/hwapi')
-rw-r--r--ext/hwapi/config.m47
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