Not needed, just use -DPCRE_STATIC.
authorTor Lillqvist <tml@novell.com>
Wed, 7 Nov 2007 09:49:25 +0000 (09:49 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Wed, 7 Nov 2007 09:49:25 +0000 (09:49 +0000)
commit7d2ec70a49558247fb5874b1770e315e8deff235
treed771e846ad692479f4fe662b75321c7ca8ccc1a8
parent15cc4be96ca5c81a9bd2665ce2a75e8e8501e4c8
Not needed, just use -DPCRE_STATIC.

2007-11-07  Tor Lillqvist  <tml@novell.com>

* glib/update-pcre/notdll.patch: Not needed, just use -DPCRE_STATIC.

* glib/update-pcre/Makefile.am: Drop notdll.patch.

* glib/update-pcre/Makefile.am-1
* glib/update-pcre/update.sh
* glib/pcre/Makefile.am
* glib/Makefile.am: Use -DPCRE_STATIC.

* tests/gio-test.c
* tests/mainloop-test.c
* tests/spawn-test.c: #define pipe(fds) _pipe(fds, 4096,
_O_BINARY) on Windows.

* tests/regex-test.c (test_expand): Don't print NULL with %s.

svn path=/trunk/; revision=5805
ChangeLog
glib/Makefile.am
glib/pcre/Makefile.am
glib/update-pcre/Makefile.am
glib/update-pcre/Makefile.am-1
glib/update-pcre/notdll.patch [deleted file]
glib/update-pcre/update.sh
tests/gio-test.c
tests/mainloop-test.c
tests/regex-test.c
tests/spawn-test.c