gnokii-users
[Top][All Lists]
Advanced

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

Re: Q: upload place?


From: Pawel Kot
Subject: Re: Q: upload place?
Date: Thu, 2 Jan 2003 00:43:40 +0100 (CET)

On Thu, 2 Jan 2003, P. Christeas wrote:

> I'm not deep into the X business. I guess we could transform the check so
> thati it tests whether to use xpm.h or not. Anyway, failing the test
> shouldn't mean failing to 'configure'.

Could you please try the patch:
--- configure.in~       Mon Dec 30 22:22:44 2002
+++ configure.in        Thu Jan  2 00:41:21 2003
@@ -239,14 +239,9 @@
                     [ XPMINC="no" ])

    if test "x$XPMINC" = "xno"; then
-      x_support="no"
-      XPM_CFLAGS=""
-      XPM_LIBS=""
-      GTK_CFLAGS=""
-      GTK_LIBS=""
       AC_MSG_WARN(Cannot find include X11/xpm.h)
-      AC_MSG_WARN(Disabling xgnokii.)
-   elif test "x$x_libraries" = "xNONE"; then
+   fi
+   if test "x$x_libraries" = "xNONE"; then
       x_support="no"
       XPM_CFLAGS=""
       XPM_LIBS=""

It isn't mean to fix the whole problem, but at least configure should just
warn when X11/xpm.h is missing but it should test for the Xpm functions
anyway. It it works, I'll make a complex patch to include X11/xpm.h
correctly in gnokii files.

thanks,
pkot
-- 
mailto:address@hidden :: mailto:address@hidden
http://kt.linuxnews.pl/ :: Kernel Traffic po polsku




reply via email to

[Prev in Thread] Current Thread [Next in Thread]