Small fix for gnome-admin 1.0.1



Hello guys, 

For gnome-admin, I need following patch to support system which
doesn't have /var/log/message.  Just replace AC_DEFINE with
AC_DEFINE_UNQUOTED.

1999-03-07  NIIBE Yutaka  <gniibe@chroot.org>

	* configure.in: Make --with-message work.

--- configure.in~	Tue Sep 29 14:53:39 1998
+++ configure.in	Wed Oct 14 03:17:55 1998
@@ -50,7 +50,7 @@
 [      --with-messages=<filename>   specify messages log file],[
 if test x$withval != x; then
    AC_MSG_RESULT("Setting messages logfile as specified $withval.")
-   AC_DEFINE(PATH_MESSAGES, $withval)
+   AC_DEFINE_UNQUOTED(PATH_MESSAGES, "$withval")
 fi])
 
 if test x$withval = x; then

Thanks, 
-- 
Niibe Yutaka



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]