mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
autoconf
This commit is contained in:
4
configure
vendored
4
configure
vendored
@ -1968,7 +1968,7 @@ fi
|
|||||||
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
||||||
echo "$ac_t""yes" 1>&6
|
echo "$ac_t""yes" 1>&6
|
||||||
cat >> confdefs.h <<\EOF
|
cat >> confdefs.h <<\EOF
|
||||||
#define HAVE_SQLGET_PRIV_PROFILE 1
|
#define HAVE_SQL_GET_PRIV_PROFILE 1
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
SHLIB_ODBC="$LDFLAGS_ODBC -L$unixODBC_libs -lodbcinst"
|
SHLIB_ODBC="$LDFLAGS_ODBC -L$unixODBC_libs -lodbcinst"
|
||||||
@ -2501,7 +2501,7 @@ esac
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
for ac_prog in gawk mawk nawk awk
|
for ac_prog in mawk gawk nawk awk
|
||||||
do
|
do
|
||||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||||
set dummy $ac_prog; ac_word=$2
|
set dummy $ac_prog; ac_word=$2
|
||||||
|
Reference in New Issue
Block a user