mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Update for pgaccess 0.98
This commit is contained in:
parent
18970dc6d3
commit
e064ac74fc
2 changed files with 380 additions and 378 deletions
755
src/configure
vendored
755
src/configure
vendored
File diff suppressed because it is too large
Load diff
|
|
@ -440,6 +440,7 @@ AC_SUBST(DLSUFFIX)
|
|||
AC_SUBST(DL_LIB)
|
||||
AC_SUBST(USE_TCL)
|
||||
AC_SUBST(USE_TK)
|
||||
AC_SUBST(WISH)
|
||||
AC_SUBST(USE_PERL)
|
||||
AC_SUBST(USE_ODBC)
|
||||
AC_SUBST(MULTIBYTE)
|
||||
|
|
@ -1093,7 +1094,7 @@ then
|
|||
else
|
||||
AC_MSG_RESULT($TK_CONFIG_SH)
|
||||
AC_SUBST(TK_CONFIG_SH)
|
||||
AC_PATH_PROG(wish, wish)
|
||||
AC_PATH_PROG(WISH, wish)
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue