[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Q: upload place?
From: |
P. Christeas |
Subject: |
Re: Q: upload place? |
Date: |
Thu, 2 Jan 2003 14:21:13 +0200 |
User-agent: |
KMail/1.4.3 |
> 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.
>
Yes, it does what you say.