configure.in: don't assume compiler is gcc when setting maximal optimization flags
commit5dfd928cd1a20c9aea80eefef23774527fe8079d
authorSven Verdoolaege <skimo@purples.(none)>
Sun, 6 Sep 2009 10:06:47 +0000 (6 12:06 +0200)
committerSven Verdoolaege <skimo@purples.(none)>
Sun, 6 Sep 2009 10:09:20 +0000 (6 12:09 +0200)
tree723cf2876895f5c3ad3ae99de5c0881158ffb633
parent08025b1d3260cd66f0f4171b6444fed0a46ef86f
configure.in: don't assume compiler is gcc when setting maximal optimization flags

Instead, use AX_CC_MAXOPT macro.
configure.in
m4/ax_cc_maxopt.m4 [new file with mode: 0644]
m4/ax_check_compiler_flags.m4 [new file with mode: 0644]
m4/ax_compiler_vendor.m4 [new file with mode: 0644]
m4/ax_gcc_archflag.m4 [new file with mode: 0644]
m4/ax_gcc_x86_cpuid.m4 [new file with mode: 0644]