[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PSPP-BUG: [bug #16189] libplot check doesn't check for other necessary l
From: |
Ben Pfaff |
Subject: |
PSPP-BUG: [bug #16189] libplot check doesn't check for other necessary libraries |
Date: |
Fri, 03 Aug 2007 21:30:21 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20061205 Iceweasel/2.0.0.1 (Debian-2.0.0.1+dfsg-1) |
Follow-up Comment #3, bug #16189 (project pspp):
>The BSD machine I work on already has libplot, but not libXaw and
>the others mentioned below.
>
>Before applying the patch, I could run ./configure --without-gui,
>and the check for libplot passed.
Hmm, this isn't the kind of machine configuration for which the check was
intended. But it should still work there.
>autoheader: Use AC_DEFINE([HAVE_LIBPLOT], [], [Description])
Oops. Obviously I didn't test this as well as I should have.
I'm attaching an updated (and better tested) check. The only
substantive change from the previous one is this:
- AC_DEFINE(HAVE_LIBPLOT)
+ AC_DEFINE(HAVE_LIBPLOT, 1,
+ [Define to 1 if you have the `libplot' library (-lplot).])
(file #13577)
_______________________________________________________
Additional Item Attachment:
File name: libplot-check.patch Size:1 KB
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?16189>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/