Adding double quotes around values in test expression

This commit is contained in:
Kwok-Koon Cheung
2001-09-28 21:03:02 +00:00
parent bdc2bd5afe
commit 5ce4dc1857
9 changed files with 49 additions and 9 deletions

View File

@@ -1,3 +1,8 @@
2001-09-29 Abel Cheung <maddog@linux.org.hk>
* configure.in: Add quotes around test values. This fixes a minor
annoying warning if platform is not win32.
2001-09-27 Manish Singh <yosh@gimp.org>
* glib/grand.c (g_rand_new): fix typo (#if->#ifdef) so it compiles