[gstreamer-bugs] [Bug 343602] New: Using --disable-external causes configure to fail
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Thu Jun 1 07:58:59 PDT 2006
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=343602
GStreamer | gst-plugins-good | Ver: 0.10.x
Summary: Using --disable-external causes configure to fail
Product: GStreamer
Version: 0.10.x
Platform: Other
OS/Version: All
Status: UNCONFIRMED
Severity: minor
Priority: Normal
Component: gst-plugins-good
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: pkj at axis.com
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME version: Unspecified
GNOME milestone: Unspecified
Please describe the problem:
If I use the configure option --disable-external the configuration fails.
Steps to reproduce:
1. Run configure --disable-external
Actual results:
The configuration fails with the following message:
configure: error: conditional "USE_AALIB" was never defined.
Usually this means the macro was only invoked conditionally.
Expected results:
The configuration should succeed.
Does this happen every time?
Yes.
Other information:
The problem is caused by the test for $BUILD_EXTERNAL on line 425 of
configure.ac which surrounds some of the AM_CONDITIONAL(). This is not allowed,
since AM_CONDITIONAL() may not be used conditionally itself.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list