Skip to content

Commit

Permalink
Fix the build again, removed a bit too much #4
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoppanen committed Apr 23, 2013
1 parent 2abbdb5 commit 7e0f2f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ if test $PHP_ZBARCODE != "no"; then
ZBARCODE_LIBS=`$WAND_BINARY --libs`
ZBARCODE_INCS=`$WAND_BINARY --cflags`

PHP_EVAL_LIBLINE($ZBARCODE_LIBS, ZBARCODE_SHARED_LIBADD)
PHP_EVAL_INCLINE($ZBARCODE_INCS)

ORIG_LIBS="$LIBS"
LIBS="$ZBARCODE_LIBS"

Expand Down

0 comments on commit 7e0f2f3

Please sign in to comment.