Bug 5964 - clean up configure.ac
Summary: clean up configure.ac
Status: RESOLVED FIXED
Alias: None
Product: XCB
Classification: Unclassified
Component: Library (show other bugs)
Version: unspecified
Hardware: All All
: lowest enhancement
Assignee: Josh Triplett
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-20 13:27 UTC by Jamey Sharp
Modified: 2006-11-22 22:51 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Jamey Sharp 2006-02-20 13:27:00 UTC
Conditionalize GCCisms and make options like --with-opt separate from debugging etc.

I swear I had a patch to do part of this but I can't find it now.
Comment 1 Jamey Sharp 2006-02-21 16:19:09 UTC
Debugging, warning, and optimization flags are separate now, because I found my
patch, but more cleanups would be good.
Comment 2 Josh Triplett 2006-11-22 22:51:43 UTC
Fixed:

commit 608058ec80edb041ca012d530b42d97474f80320
Author: Josh Triplett <josh@freedesktop.org>
Date:   Wed Nov 22 22:47:15 2006 -0800

    Remove --with-opt and --with-debug options from configure.ac; use CFLAGS instead

    configure supports using custom CFLAGS, so remove the --with-opt and
    --with-debug options from configure.ac, and the corresponding usage of
    COPTFLAGS and CDEBUGFLAGS in src/Makefile.am.


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.