Skip to content

Commit

Permalink
fix for #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Eissing committed Mar 12, 2015
1 parent e55877e commit 76016d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ else

prefix="$($APXS -q prefix)"
LDFLAGS="$LDFLAGS -L$($APXS -q libdir)"
CPPFLAGS="$CPPFLAGS $($APXS -q includedir) -I$($APXS -q APR_INCLUDEDIR)"
CPPFLAGS="$CPPFLAGS -I$($APXS -q includedir) -I$($APXS -q APR_INCLUDEDIR)"

# We need nghttp2 to be in our link path, check for it.
#
Expand Down

0 comments on commit 76016d0

Please sign in to comment.