Mercurial > hg > octave-thorsten
diff aclocal.m4 @ 5775:ace8d8d26933
[project @ 2006-04-24 19:13:06 by jwe]
author | jwe |
---|---|
date | Mon, 24 Apr 2006 19:13:11 +0000 |
parents | 1ad66ea35fe5 |
children | ecb61a521d5b |
line wrap: on
line diff
--- a/aclocal.m4 +++ b/aclocal.m4 @@ -590,7 +590,7 @@ cat conftest.$ac_ext >&AS_MESSAGE_LOG_FD fi AC_LANG_POP(C++) -### XXX FIXME XXX -- Ignore test result on Windows. Yes it prepends +### FIXME -- Ignore test result on Windows. Yes it prepends ### underscore, but LoadLibrary ignores it automatically. The ### correct test is to build the shared library then try to grab the ### symbol from it with and without underscore. @@ -598,7 +598,7 @@ *-*-cygwin* | *-*-mingw*) octave_cv_cxx_prepends_underscore=no ;; -### XXX FIXME XXX -- Ignore test result on OS X. Yes it prepends +### FIXME -- Ignore test result on OS X. Yes it prepends ### underscore, but also messes with the name so test fails (incorrectly). *-*-darwin*) octave_cv_cxx_prepends_underscore=yes