From: ayin Date: Mon, 10 Dec 2007 23:49:38 +0000 (+0000) Subject: Remove leftover. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=0e079da1ab5a4157371b037ad471526fced92bb4;p=dana%2Furxvt.git Remove leftover. --- diff --git a/configure.ac b/configure.ac index e381288c..0ec66f9c 100644 --- a/configure.ac +++ b/configure.ac @@ -77,10 +77,6 @@ case $host in ;; esac -dnl if test x$GXX = xyes; then -dnl CXXFLAGS="$CXXFLAGS" dnl I once had -fno-exceptions, but I am using them now... -dnl fi - dnl# FreeBSD needs to link libxpg4 AC_CHECK_FUNC(setlocale, [], [AC_CHECK_LIB(xpg4, setlocale, [LIBS="$LIBS -lxpg4"])])