mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-22 04:41:21 +03:00
import the latest version of glib-2.0.m4
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4013 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
6335fb54d5
commit
ce270393be
@ -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)
|
||||
|
||||
|
@ -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"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user