diff configure.ac @ 4829:9987da5935bd

try to fix problems with link errors involving inlined functions
author Ben Wing <ben@xemacs.org>
date Sun, 27 Dec 2009 20:16:57 -0600
parents bc4f2511bbea
children 4dd2389173fc
line wrap: on
line diff
--- a/configure.ac	Sun Dec 27 20:16:19 2009 -0600
+++ b/configure.ac	Sun Dec 27 20:16:57 2009 -0600
@@ -5482,6 +5482,7 @@
 					      AC_DEFINE(USE_SYSTEM_MALLOC)
 fi
 test "$GCC"                = "yes" && AC_DEFINE(USE_GCC)
+test "$with_xemacs_compiler" = "g++" && AC_DEFINE(USE_GPLUSPLUS)
 test "$enable_external_widget" = "yes" && AC_DEFINE(EXTERNAL_WIDGET)
 test "$enable_kkcc"        = "yes" && AC_DEFINE(USE_KKCC)
 test "$enable_newgc"       = "yes" && AC_DEFINE(NEW_GC)