1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00

Now it compiles - couldn't find lib before.

This commit is contained in:
Evan Klinger
1999-12-07 02:02:05 +00:00
parent 998a9ed0ff
commit 76207d5de8
+1 -1
View File
@@ -12,7 +12,7 @@ AC_ARG_WITH(cybercash,
if test -n "$MCK_DIR"; then
AC_MSG_RESULT(yes)
PHP_EXTENSION(cybercash)
LIBS="$LIBS -L$withval/lib"
LIBS="$LIBS -L$MCK_DIR/lib"
AC_ADD_LIBRARY_WITH_PATH(mckcrypto, $MCK_DIR/lib)
AC_ADD_INCLUDE($MCK_DIR)
AC_DEFINE(HAVE_MCK)