[project @ 2004-09-09 05:42:26 by sseefried]
authorsseefried <unknown>
Thu, 9 Sep 2004 05:42:26 +0000 (05:42 +0000)
committersseefried <unknown>
Thu, 9 Sep 2004 05:42:26 +0000 (05:42 +0000)
Added case to FP_LEADING_UNDERSCORE macro for darwin platform.

aclocal.m4

index 390fb41..81d1104 100644 (file)
@@ -199,6 +199,7 @@ case $HostPlatform in
 alpha-dec-osf*) fptools_cv_leading_underscore=no;;
 *cygwin32) fptools_cv_leading_underscore=yes;;
 *mingw32) fptools_cv_leading_underscore=yes;;
+*darwin)  fptools_cv_leading_underscore=yes;;
 *) AC_TRY_RUN([#ifdef HAVE_NLIST_H
 #include <nlist.h>
 struct nlist xYzzY1[] = {{"xYzzY1", 0},{0}};