MYSQL_config=""
if test "x$MYSQL_config_check" != "xskip"; then
- if test "x$MYSQL_config_check" == "x"; then
+ if test "x$MYSQL_config_check" = "x"; then
AC_PATH_PROG([MYSQL_config], [mysql_config])
else
AC_MSG_CHECKING([for $MYSQL_config_check])
[location of pg_config]
),
[PGSQL_pg_config="$withval"
- if test "x$PGSQL_pg_config" == "xyes" || test ! -x "$PGSQL_pg_config"; then
+ if test "x$PGSQL_pg_config" = "xyes" || test ! -x "$PGSQL_pg_config"; then
AC_MSG_ERROR([--with-pgsql-config must provide a valid path to pg_config executable])
fi
],
)
if test "x$PGSQL_pg_config" != "x"; then
- if test "x$PGSQL_lib_check" == "x"; then
+ if test "x$PGSQL_lib_check" = "x"; then
PGSQL_lib_check=$($PGSQL_pg_config --libdir)
fi
- if test "x$PGSQL_inc_check" == "x"; then
+ if test "x$PGSQL_inc_check" = "x"; then
PGSQL_inc_check=$($PGSQL_pg_config --includedir)
fi
PGSQL_CFLAGS=
fi
- if test "x$PGSQL_lib_check" == "x"; then
+ if test "x$PGSQL_lib_check" = "x"; then
PGSQL_lib_check="/usr/local/pgsql/lib/pgsql /usr/local/lib/pgsql /opt/pgsql/lib/pgsql /usr/lib/pgsql /usr/local/pgsql/lib /usr/local/lib /opt/pgsql/lib /usr/lib /usr/lib64 $full_libdir"
fi
- if test "x$PGSQL_inc_check" == "x"; then
+ if test "x$PGSQL_inc_check" = "x"; then
PGSQL_inc_check="/usr/local/pgsql/include/pgsql /usr/include /usr/local/include/postgresql/ /usr/local/include /opt/pgsql/include/pgsql /opt/pgsql/include /usr/include/pgsql/ /usr/include/postgresql"
fi