work, use `test a = b' instead
1998-12-04 Alexandre Oliva <oliva@dcc.unicamp.br>
+ * libtool.m4 (ac_cv_sys_symbol_underscore): `test a == b' doesn't
+ work, use `test a = b' instead
+
* Makefile.am (mdemo_distfiles): libfoo[12].sym no longer exist
* ltconfig.in (solaris): do not use $CC for linking if GNU ld is
rm -rf conftest*
])
AC_MSG_RESULT($ac_cv_sys_symbol_underscore)
-if test x$ac_cv_sys_symbol_underscore == xyes; then
+if test x$ac_cv_sys_symbol_underscore = xyes; then
AC_DEFINE(WITH_SYMBOL_UNDERSCORE,1,
[define if compiled symbols have a leading underscore])
fi