Bug 90801 - libnice-0.1.13: Configure fails when building without gstreamer support
Summary: libnice-0.1.13: Configure fails when building without gstreamer support
Status: RESOLVED FIXED
Alias: None
Product: nice
Classification: Unclassified
Component: General (show other bugs)
Version: unspecified
Hardware: All Linux (All)
: medium normal
Assignee: Olivier Crête
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-01 14:21 UTC by Timo Gurr
Modified: 2015-06-01 16:00 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
0001-configure-Fix-configure-failure-when-building-withou.patch (1.18 KB, text/plain)
2015-06-01 14:21 UTC, Timo Gurr
Details
0001-configure-Fix-configure-failure-when-building-withou.patch (1.17 KB, patch)
2015-06-01 15:09 UTC, Timo Gurr
Details | Splinter Review

Description Timo Gurr 2015-06-01 14:21:06 UTC
Created attachment 116204 [details]
0001-configure-Fix-configure-failure-when-building-withou.patch

Error introduced in 20ea22e0a11a9bdfe4d8125b68083249b694338a, resulting in a
configure/build error when building without gstreamer:

configure: error: conditional "HAVE_GST_CHECK" was never defined.
Usually this means the macro was only invoked conditionally.
Comment 1 Olivier Crête 2015-06-01 15:01:02 UTC
The AM_CONDITION should be after, not before I think.
Comment 2 Timo Gurr 2015-06-01 15:09:14 UTC
Created attachment 116205 [details] [review]
0001-configure-Fix-configure-failure-when-building-withou.patch
Comment 3 Olivier Crête 2015-06-01 16:00:12 UTC
Thank you, merged!

commit 81a929ac141aae66b6450e8ce93cb357ed404cda
Author: Timo Gurr <timo.gurr@gmail.com>
Date:   Mon Jun 1 16:10:16 2015 +0200

    configure: Fix configure failure when building without gstreamer support
    
    Error introduced in 20ea22e0a11a9bdfe4d8125b68083249b694338a, resulting in a
    configure/build error when building without gstreamer:
    
    configure: error: conditional "HAVE_GST_CHECK" was never defined.
    Usually this means the macro was only invoked conditionally.
    
    https://bugs.freedesktop.org/show_bug.cgi?id=90801


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.