From: cantor Date: Thu, 15 Nov 2007 17:39:37 +0000 (+0000) Subject: Add brackets. X-Git-Tag: 2.4~658 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fsp.git;a=commitdiff_plain;h=6522fb8381e0e84c3838b1faf0cf835e70806a7f Add brackets. git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2616 cb58f699-b61c-0410-a6fe-9272a202ed29 --- diff --git a/configure.ac b/configure.ac index fe73526..f147428 100644 --- a/configure.ac +++ b/configure.ac @@ -739,7 +739,7 @@ if test "$build_odbc" = "yes" ; then AC_PATH_PROG(ODBC_CONFIG, odbc_config, no, $odbc_dir $PATH ) if test "$ODBC_CONFIG" = no ; then - AC_MSG_WARN(Cannot find odbc_config, will try to guess settings.) + AC_MSG_WARN([Cannot find odbc_config, will try to guess settings.]) ODBC_LIBS="$ODBC_LIBS -lodbc" else ODBC_CFLAGS=`$ODBC_CONFIG --cflags`