Bug 90801

Summary: libnice-0.1.13: Configure fails when building without gstreamer support
Product: nice Reporter: Timo Gurr <timo.gurr>
Component: GeneralAssignee: Olivier Crête <olivier.crete>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: All   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments: 0001-configure-Fix-configure-failure-when-building-withou.patch
0001-configure-Fix-configure-failure-when-building-withou.patch

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.