Skip to content

Commit b625b03

Browse files
author
Ard Biesheuvel
committed
Look in the right place for lib
1 parent f3ed4a2 commit b625b03

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ext/interbase/config.m4

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ if test "$PHP_INTERBASE" != "no"; then
4545
AC_MSG_RESULT([Interbase version 6 API has been enabled.])
4646
], [
4747
AC_MSG_RESULT([Interbase version 6 API has NOT been enabled.])
48-
], [ ])
48+
], [
49+
-L$IBASE_LIBDIR
50+
])
4951
fi
5052

5153
PHP_ADD_LIBRARY_WITH_PATH($IBASE_LIBNAME, $IBASE_LIBDIR, INTERBASE_SHARED_LIBADD)

0 commit comments

Comments
 (0)