mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +08:00
Fix obvious flaw in this test
This commit is contained in:
parent
604a41e244
commit
92096ac753
@ -147,9 +147,11 @@ int main ()
|
||||
])
|
||||
|
||||
dnl SablotSetOptions implemented in Sablotron CVS > 2002/10/31
|
||||
AC_CHECK_LIB(sablot, SablotGetOptions,
|
||||
PHP_CHECK_LIBRARY(sablot, SablotGetOptions,
|
||||
[
|
||||
AC_DEFINE(HAVE_SABLOT_GET_OPTIONS, 1, [Whether Sablotron supports SablotGetOptions])
|
||||
], [], [
|
||||
-L$XSLT_DIR/lib
|
||||
])
|
||||
|
||||
AC_DEFINE(HAVE_SABLOT_BACKEND, 1, [ ])
|
||||
|
Loading…
Reference in New Issue
Block a user