aboutsummaryrefslogtreecommitdiffstats
path: root/pc/config.h
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2013-05-04 18:06:57 +0300
committerEli Zaretskii <eliz@gnu.org>2013-05-04 18:06:57 +0300
commitf54fb7384efed492b6913f61a509cb7fe54fae13 (patch)
treef2dee135f5036a6914eee423d4fb6041b0e6c0b1 /pc/config.h
parente5e1b44b6e5a0c2d132587db9cefcfc6f3403a26 (diff)
downloadegawk-f54fb7384efed492b6913f61a509cb7fe54fae13.tar.gz
egawk-f54fb7384efed492b6913f61a509cb7fe54fae13.tar.bz2
egawk-f54fb7384efed492b6913f61a509cb7fe54fae13.zip
Fix MPFR build on pc platforms.
pc/config.h (HAVE_MPFR): Don't #undef; it will be defined by pc/Makefile as needed.
Diffstat (limited to 'pc/config.h')
-rw-r--r--pc/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pc/config.h b/pc/config.h
index f513d714..4076630d 100644
--- a/pc/config.h
+++ b/pc/config.h
@@ -180,7 +180,7 @@
#define HAVE_MKTIME 1
/* Define to 1 if you have fully functional mpfr and gmp libraries. */
-#undef HAVE_MPFR
+/* #undef HAVE_MPFR */
/* Define to 1 if you have the <netdb.h> header file. */
#undef HAVE_NETDB_H