Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
4828:f31c12360354 | 4829:9987da5935bd |
---|---|
5480 if test "$with_system_malloc" = "yes"; then AC_DEFINE(USE_SYSTEM_MALLOC) | 5480 if test "$with_system_malloc" = "yes"; then AC_DEFINE(USE_SYSTEM_MALLOC) |
5481 elif test "$with_debug_malloc" = "yes"; then AC_DEFINE(USE_DEBUG_MALLOC) | 5481 elif test "$with_debug_malloc" = "yes"; then AC_DEFINE(USE_DEBUG_MALLOC) |
5482 AC_DEFINE(USE_SYSTEM_MALLOC) | 5482 AC_DEFINE(USE_SYSTEM_MALLOC) |
5483 fi | 5483 fi |
5484 test "$GCC" = "yes" && AC_DEFINE(USE_GCC) | 5484 test "$GCC" = "yes" && AC_DEFINE(USE_GCC) |
5485 test "$with_xemacs_compiler" = "g++" && AC_DEFINE(USE_GPLUSPLUS) | |
5485 test "$enable_external_widget" = "yes" && AC_DEFINE(EXTERNAL_WIDGET) | 5486 test "$enable_external_widget" = "yes" && AC_DEFINE(EXTERNAL_WIDGET) |
5486 test "$enable_kkcc" = "yes" && AC_DEFINE(USE_KKCC) | 5487 test "$enable_kkcc" = "yes" && AC_DEFINE(USE_KKCC) |
5487 test "$enable_newgc" = "yes" && AC_DEFINE(NEW_GC) | 5488 test "$enable_newgc" = "yes" && AC_DEFINE(NEW_GC) |
5488 test "$have_vdb_posix" = "yes" && AC_DEFINE(VDB_POSIX) | 5489 test "$have_vdb_posix" = "yes" && AC_DEFINE(VDB_POSIX) |
5489 test "$have_vdb_fake" = "yes" && AC_DEFINE(VDB_FAKE) | 5490 test "$have_vdb_fake" = "yes" && AC_DEFINE(VDB_FAKE) |