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

@@ -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 ***************************************