Kaydet (Commit) e77b0fe0 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Use pkg-config --modversion to set FIREBIRD_VERSION if no fb_config

Change-Id: I8ece7b989c330123a5df73f763a4b5fefefcf0cc
üst 50d330c3
...@@ -8125,6 +8125,7 @@ if test "x$enable_firebird_sdbc" = "xyes"; then ...@@ -8125,6 +8125,7 @@ if test "x$enable_firebird_sdbc" = "xyes"; then
if test -z "$FIREBIRDCONFIG"; then if test -z "$FIREBIRDCONFIG"; then
AC_MSG_NOTICE([No fb_config -- using pkg-config]) AC_MSG_NOTICE([No fb_config -- using pkg-config])
PKG_CHECK_MODULES(FIREBIRD, fbembed) PKG_CHECK_MODULES(FIREBIRD, fbembed)
FIREBIRD_VERSION=`pkg-config --modversion fbembed`
else else
AC_MSG_NOTICE([fb_config found]) AC_MSG_NOTICE([fb_config found])
FIREBIRD_VERSION=`$FIREBIRDCONFIG --version` FIREBIRD_VERSION=`$FIREBIRDCONFIG --version`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment