Changeset 727

Typo in ODBC support...

Committed by:  jcollie
Date:  Oct 28 2005 * 19:29 (over 3 years ago)

Affected files:

openpbx/branches/cypro/configure.ac (unified diff)

r715r727
701701 AC_ARG_ENABLE(res_config_odbc,
702702 [ --enable-res_config_odbc build res_config_odbc (default=no)],
703703 [ AC_MSG_RESULT(yes)
704 if test -n "${$HAVE_LIBODBC}"
704 if test -n "${HAVE_LIBODBC}"
705705 then
706706 WANT_RES_CONFIG_ODBC=yes
707707 fi],