diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 1997-06-26 18:22:36 +0200 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 1997-06-26 18:22:36 +0200 |
commit | 036af34aa44a151b9e67c18e0acccaafdfae9de8 (patch) | |
tree | c2ee4c404761abf58e7c64f495f8826df4d42672 /configure.in | |
parent | 0d2593e4ef1f3d1eb6994223f1de8f6c8fbcd066 (diff) |
release: 0.0.68pre
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 570f8866d2..dbaf1cd095 100644 --- a/configure.in +++ b/configure.in @@ -141,7 +141,7 @@ if test $checking_b = no; then fi # however, C++ support in mingw32 v 0.1.4 is still flaky -if test $MINGWPREFIX != no; then // huh? +if test x$MINGWPREFIX != xno; then ICFLAGS="-I$MINGWPREFIX/include" ILDFLAGS="-$MINGWPREFIX/lib" fi @@ -165,6 +165,8 @@ if test FIND = error; then AC_MSG_WARN(Couldn't find \`find'. Please use --enable-tex-dir) fi +AC_SUBST(CXXFLAGS) +AC_SUBST(CPPFLAGS) AC_SUBST(CXX) AC_SUBST(ICFLAGS) AC_SUBST(ILDFLAGS) |