We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 377b5fa commit 0453f4dCopy full SHA for 0453f4d
src/configure.in
@@ -307,7 +307,7 @@ then
307
AC_MSG_CHECKING(setting ODBCINST)
308
AC_ARG_WITH(
309
odbcinst,
310
- [ --with-odbcinst=dir change default directory for odbcinst.ini],
+ [ --with-odbcinst=dir change default directory for odbcinst.ini],
311
AC_DEFINE_UNQUOTED(ODBCINST, ${with_odbcinst}) AC_MSG_RESULT($with_odbcinst),
312
AC_DEFINE_UNQUOTED(ODBCINST, ${ODBCINSTDIR}) AC_MSG_RESULT(${ODBCINSTDIR})
313
)
0 commit comments