don't use backquotes in warning text

-Yosh
This commit is contained in:
Manish Singh 1999-01-26 21:40:55 +00:00
parent d60b23eb02
commit 8ef66ccb25
9 changed files with 34 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Tue Jan 26 13:39:22 PST 1999 Manish Singh <yosh@gimp.org>
* configure.in: don't use backquotes in warning text
1999-01-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gdate.c (g_date_set_time): Removed the #warning about MT

View File

@ -1,3 +1,7 @@
Tue Jan 26 13:39:22 PST 1999 Manish Singh <yosh@gimp.org>
* configure.in: don't use backquotes in warning text
1999-01-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gdate.c (g_date_set_time): Removed the #warning about MT

View File

@ -1,3 +1,7 @@
Tue Jan 26 13:39:22 PST 1999 Manish Singh <yosh@gimp.org>
* configure.in: don't use backquotes in warning text
1999-01-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gdate.c (g_date_set_time): Removed the #warning about MT

View File

@ -1,3 +1,7 @@
Tue Jan 26 13:39:22 PST 1999 Manish Singh <yosh@gimp.org>
* configure.in: don't use backquotes in warning text
1999-01-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gdate.c (g_date_set_time): Removed the #warning about MT

View File

@ -1,3 +1,7 @@
Tue Jan 26 13:39:22 PST 1999 Manish Singh <yosh@gimp.org>
* configure.in: don't use backquotes in warning text
1999-01-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gdate.c (g_date_set_time): Removed the #warning about MT

View File

@ -1,3 +1,7 @@
Tue Jan 26 13:39:22 PST 1999 Manish Singh <yosh@gimp.org>
* configure.in: don't use backquotes in warning text
1999-01-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gdate.c (g_date_set_time): Removed the #warning about MT

View File

@ -1,3 +1,7 @@
Tue Jan 26 13:39:22 PST 1999 Manish Singh <yosh@gimp.org>
* configure.in: don't use backquotes in warning text
1999-01-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gdate.c (g_date_set_time): Removed the #warning about MT

View File

@ -1,3 +1,7 @@
Tue Jan 26 13:39:22 PST 1999 Manish Singh <yosh@gimp.org>
* configure.in: don't use backquotes in warning text
1999-01-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gdate.c (g_date_set_time): Removed the #warning about MT

View File

@ -574,8 +574,8 @@ FUNC_NO_GETPWUID_R="the 'g_get_(user_name|real_name|home_dir|tmp_dir)'
functions will not be MT-safe during their first call because
there is no 'getpwuid_r' on your system."
FUNC_NO_LOCALTIME_R="the `g_date_set_time' function will not be MT-safe
because there is no `localtime_r' on your system."
FUNC_NO_LOCALTIME_R="the 'g_date_set_time' function will not be MT-safe
because there is no 'localtime_r' on your system."
dnl determination of thread implementation
dnl ***************************************