Skip to content

Commit

Permalink
Use instead of hard-coded path
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Maclean committed Dec 10, 2013
1 parent a13afdd commit 8543020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if test "$PHP_MOSQUITTO" != "no"; then
# --with-mosquitto -> check for lib and symbol presence
LIBNAME=mosquitto # you may want to change this

PHP_ADD_LIBRARY_WITH_PATH($LIBNAME, $MOSQUITTO_DIR/lib, MOSQUITTO_SHARED_LIBADD)
PHP_ADD_LIBRARY_WITH_PATH($LIBNAME, $MOSQUITTO_DIR/$PHP_LIBDIR, MOSQUITTO_SHARED_LIBADD)

PHP_SUBST(MOSQUITTO_SHARED_LIBADD)

Expand Down

0 comments on commit 8543020

Please sign in to comment.