diff options
author | Taco Hoekwater <taco@elvenkind.com> | 2009-04-16 07:31:31 +0000 |
---|---|---|
committer | Taco Hoekwater <taco@elvenkind.com> | 2009-04-16 07:31:31 +0000 |
commit | 9a146db3a4562660570a744a7c7471132090a537 (patch) | |
tree | 2cf92f291bdfba8ca305f595e0c78cea03178672 /Build/source | |
parent | a4a5c93cbad84b9c4df3c879a97bb7523217f829 (diff) |
fix a typo that prevented the hack from actually working
git-svn-id: svn://tug.org/texlive/trunk@12731 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/m4/kpse-cxx-hack.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/m4/kpse-cxx-hack.m4 b/Build/source/m4/kpse-cxx-hack.m4 index 1f2527ba204..40a06b29385 100644 --- a/Build/source/m4/kpse-cxx-hack.m4 +++ b/Build/source/m4/kpse-cxx-hack.m4 @@ -33,7 +33,7 @@ cpp_link_hack=false if test "x$GXX:$enable_cxx_runtime_hack" = xyes:yes; then _KPSE_CXX_HACK fi -if test "x$kpse_cv_cxx_flags" = xok; then +if test "x$kpse_cv_cxx_hack" = xok; then CXXLD='$(top_builddir)/CXXLD.sh' CXX_HACK_DEPS=$CXXLD CXX_HACK_LIBS=$kpse_cv_cxx_flags |