gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gawk-diffs] [SCM] gawk branch, master, updated. f54fb7384efed492b6913f6


From: Eli Zaretskii
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. f54fb7384efed492b6913f61a509cb7fe54fae13
Date: Sun, 05 May 2013 02:43:45 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, master has been updated
       via  f54fb7384efed492b6913f61a509cb7fe54fae13 (commit)
      from  e5e1b44b6e5a0c2d132587db9cefcfc6f3403a26 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=f54fb7384efed492b6913f61a509cb7fe54fae13

commit f54fb7384efed492b6913f61a509cb7fe54fae13
Author: Eli Zaretskii <address@hidden>
Date:   Sat May 4 18:06:57 2013 +0300

    Fix MPFR build on pc platforms.
    
     pc/config.h (HAVE_MPFR): Don't #undef; it will be defined by
     pc/Makefile as needed.

diff --git a/pc/ChangeLog b/pc/ChangeLog
index 49e907c..4564662 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,8 @@
+2013-05-04  Eli Zaretskii  <address@hidden>
+
+       * config.h (HAVE_MPFR): Don't #undef; it will be defined by
+       pc/Makefile as needed.
+
 2013-05-02   Scott Deifik  <address@hidden>
 
        * Makefile.tst: Sync with mainline.
diff --git a/pc/config.h b/pc/config.h
index f513d71..4076630 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

-----------------------------------------------------------------------

Summary of changes:
 pc/ChangeLog |    5 +++++
 pc/config.h  |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]