]> git.wh0rd.org Git - nano.git/commitdiff
import the latest version of glib-2.0.m4
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 1 Jan 2007 14:25:58 +0000 (14:25 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 1 Jan 2007 14:25:58 +0000 (14:25 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4013 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
m4/glib-2.0.m4

index ac9b76cf64db46abef7ec567d7bc71d8317873ce..a6f7f7d54ad014afe9a41b0ce427408483e9f6e8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@ CVS code -
        - Update the last copyright notice to include 2006. (DLR)
 - README:
        - Add more miscellaneous cosmetic fixes. (DLR)
+- m4/glib-2.0.m4:
+       - Import the latest version of this file from glib 2.10.3. (DLR)
 - doc/syntax/python.nanorc:
        - Improve string highlighting regexes. (Mike Frysinger)
 
index 13a3ce68faf7b87be2a9b8afc5e7898c0c8b98a3..d6413ff76cb0940d6e90c1ab71ff752e88f1c117 100644 (file)
@@ -19,6 +19,9 @@ AC_ARG_ENABLE(glibtest, [  --disable-glibtest      do not try to compile and run
          gmodule) 
              pkg_config_args="$pkg_config_args gmodule-2.0"
          ;;
+         gmodule-no-export) 
+             pkg_config_args="$pkg_config_args gmodule-no-export-2.0"
+         ;;
          gobject) 
              pkg_config_args="$pkg_config_args gobject-2.0"
          ;;