Skip to content

Commit 76207d5

Browse files
author
Evan Klinger
committed
Now it compiles - couldn't find lib before.
1 parent 998a9ed commit 76207d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/cybercash/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ AC_ARG_WITH(cybercash,
1212
if test -n "$MCK_DIR"; then
1313
AC_MSG_RESULT(yes)
1414
PHP_EXTENSION(cybercash)
15-
LIBS="$LIBS -L$withval/lib"
15+
LIBS="$LIBS -L$MCK_DIR/lib"
1616
AC_ADD_LIBRARY_WITH_PATH(mckcrypto, $MCK_DIR/lib)
1717
AC_ADD_INCLUDE($MCK_DIR)
1818
AC_DEFINE(HAVE_MCK)

0 commit comments

Comments
 (0)