aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pc/ChangeLog5
-rw-r--r--pc/config.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/pc/ChangeLog b/pc/ChangeLog
index 49e907c6..45646624 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,8 @@
+2013-05-04 Eli Zaretskii <eliz@gnu.org>
+
+ * config.h (HAVE_MPFR): Don't #undef; it will be defined by
+ pc/Makefile as needed.
+
2013-05-02 Scott Deifik <scottd.mail@sbcglobal.net>
* Makefile.tst: Sync with mainline.
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