File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,23 +9,23 @@ if test "$PHP_PDO_FIREBIRD" != "no"; then
9
9
10
10
if test -x "$FB_CONFIG" && test "$PHP_PDO_FIREBIRD" = "yes"; then
11
11
AC_MSG_CHECKING ( [ for libfbconfig] )
12
- FB_CFLAGS=`$ FB_CONFIG --cflags`
13
- FB_LIBDIR=`$ FB_CONFIG --libs`
14
- FB_VERSION=`$ FB_CONFIG --version`
12
+ FB_CFLAGS=$($ FB_CONFIG --cflags)
13
+ FB_LIBDIR=$($ FB_CONFIG --libs)
14
+ FB_VERSION=$($ FB_CONFIG --version)
15
15
AC_MSG_RESULT ( [ version $FB_VERSION] )
16
16
PHP_EVAL_LIBLINE([ $FB_LIBDIR] , [ PDO_FIREBIRD_SHARED_LIBADD] )
17
17
PHP_EVAL_INCLINE([ $FB_CFLAGS] )
18
18
19
19
else
20
- if test "$ PHP_PDO_FIREBIRD" = " yes"; then
20
+ AS_VAR_IF ( [ PHP_PDO_FIREBIRD] , [ yes] , [
21
21
FIREBIRD_INCDIR=
22
22
FIREBIRD_LIBDIR=
23
23
FIREBIRD_LIBDIR_FLAG=
24
- else
24
+ ] , [
25
25
FIREBIRD_INCDIR=$PHP_PDO_FIREBIRD/include
26
26
FIREBIRD_LIBDIR=$PHP_PDO_FIREBIRD/$PHP_LIBDIR
27
27
FIREBIRD_LIBDIR_FLAG=-L$FIREBIRD_LIBDIR
28
- fi
28
+ ] )
29
29
30
30
PHP_CHECK_LIBRARY([ fbclient] , [ isc_detach_database] ,
31
31
[ FIREBIRD_LIBNAME=fbclient] ,
You can’t perform that action at this time.
0 commit comments