Skip to content

Commit

Permalink
configure: Check for Fox 1.7 as well as Fox 1.6 for the testgui
Browse files Browse the repository at this point in the history
The testgui will work with both, so check for them both at
configure time.

This came from Alex Barker <alex@1stleg.com> and was posted on github.
  • Loading branch information
signal11 committed Jul 22, 2014
1 parent 627f3aa commit 99d0219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -196,7 +196,7 @@ if test "x$testgui_enabled" != "xno"; then
fi
else
# On Linux and FreeBSD platforms, use pkg-config to find fox.
PKG_CHECK_MODULES([fox], [fox])
PKG_CHECK_MODULES([fox], [fox17], [], [PKG_CHECK_MODULES([fox], [fox])])
LIBS_TESTGUI="${LIBS_TESTGUI} $fox_LIBS"
if test "x$os" = xfreebsd; then
LIBS_TESTGUI="${LIBS_TESTGUI} -L/usr/local/lib"
Expand Down

0 comments on commit 99d0219

Please sign in to comment.