Skip to content

Commit 8543020

Browse files
author
Michael Maclean
committedDec 10, 2013
Use instead of hard-coded path
1 parent a13afdd commit 8543020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎config.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if test "$PHP_MOSQUITTO" != "no"; then
3939
# --with-mosquitto -> check for lib and symbol presence
4040
LIBNAME=mosquitto # you may want to change this
4141

42-
PHP_ADD_LIBRARY_WITH_PATH($LIBNAME, $MOSQUITTO_DIR/lib, MOSQUITTO_SHARED_LIBADD)
42+
PHP_ADD_LIBRARY_WITH_PATH($LIBNAME, $MOSQUITTO_DIR/$PHP_LIBDIR, MOSQUITTO_SHARED_LIBADD)
4343

4444
PHP_SUBST(MOSQUITTO_SHARED_LIBADD)
4545

0 commit comments

Comments
 (0)
Please sign in to comment.