diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/configure.in b/configure.in index 1e0c528..7c60e43 100644 --- a/configure.in +++ b/configure.in @@ -17,7 +17,7 @@ dnl You should have received a copy of the GNU General Public License dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA dnl -dnl $Id: configure.in,v 1.32 2002/12/11 20:35:17 sabetts Exp $ +dnl $Id: configure.in,v 1.33 2003/02/23 01:40:42 sabetts Exp $ AC_INIT(src/main.c) AM_INIT_AUTOMAKE(ratpoison, 1.2.0-cvs) @@ -51,18 +51,6 @@ if test "x$CC" = "xgcc"; then CFLAGS="$CFLAGS -Wall -O2" fi -dnl Check for vararg macros (some preprocessors don't have variable argument macros) -AC_PROG_CPP -AC_MSG_CHECKING(for vararg macros) -AC_TRY_CPP([ -#define VARARGS(first, more...) foo(first, ## more) -VARARGS(bar, gazonk) -VARARGS(bar, gazonk, blahonga) -], AC_DEFINE_UNQUOTED(HAVE_VARARG_MACROS, "1", The c preprocessor has support for vararg macros) AC_MSG_RESULT(yes), -AC_MSG_RESULT(no)) - - - dnl check for an x terminal emulator AC_MSG_CHECKING(terminal emulator) AC_MSG_RESULT($term_prog) |