After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 592544 - Remove regex.h check
Remove regex.h check
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Windows
: Normal trivial
: 0.10.25
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-08-21 04:12 UTC by LRN
Modified: 2009-08-21 07:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Removes #include <regex.h> from subparse and the related configure check from configure.ac (2.09 KB, patch)
2009-08-21 04:12 UTC, LRN
none Details | Review
Don't comment it out, just remove (1.86 KB, patch)
2009-08-21 04:25 UTC, LRN
committed Details | Review

Description LRN 2009-08-21 04:12:01 UTC
Created attachment 141310 [details] [review]
Removes #include <regex.h> from subparse and the related configure check from configure.ac

Since subparse does not use regex.h anymore
Comment 1 LRN 2009-08-21 04:25:13 UTC
Created attachment 141311 [details] [review]
Don't comment it out, just remove
Comment 2 Sebastian Dröge (slomo) 2009-08-21 07:44:22 UTC
Thanks, I'll push this soon :)

commit 8edb175db9cccbef0c3564e6b66557bbe5eca594
Author: Руслан Ижбулатов <lrn1986@gmail.com>
Date:   Fri Aug 21 08:23:39 2009 +0400

    subparse: Remove dependency on regex.h as it's not used anyway
    
    Fixes bug #592544.