New behaviour is that by default you still get our CXXFLAGS of -O2 -Wall, but if you specify your own CXXFLAGS during ./configure, yours win.
This means that everybody who only *added* using CXXFLAGS=-fsomething will now lose our default -O2!
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2533
d19b8d6e-7fed-0310-83ef-
9ca221ded41b
AM_CONFIG_HEADER(config.h)
AC_C_BIGENDIAN
AC_PREREQ(2.52)
-CXXFLAGS="$CXXFLAGS -Wall -O2"
-
+: ${CXXFLAGS="-Wall -O2"}
AC_PREFIX_DEFAULT(/usr/local)
AC_PROG_CC
AC_PROG_CXX