--- ermyth/configure.ac 2007/07/21 02:00:31 1.3 +++ ermyth/configure.ac 2007/07/21 15:01:26 1.4 @@ -2,7 +2,7 @@ dnl Copyright © 2005 Atheme Development Group dnl Rights to this code are documented in doc/pod/license.pod. dnl -dnl $Id: configure.ac,v 1.3 2007/07/21 02:00:31 pippijn Exp $ +dnl $Id: configure.ac,v 1.4 2007/07/21 15:01:26 pippijn Exp $ dnl Process this file with autoconf to produce a configure script. @@ -11,7 +11,7 @@ AC_CONFIG_HEADER(include/sysconf.h) AC_CONFIG_AUX_DIR(autoconf) -AC_COPYRIGHT([$Id: configure.ac,v 1.3 2007/07/21 02:00:31 pippijn Exp $]) +AC_COPYRIGHT([$Id: configure.ac,v 1.4 2007/07/21 15:01:26 pippijn Exp $]) AC_PREFIX_DEFAULT(~/PACKAGE) @@ -109,8 +109,8 @@ dnl Checks for header files. dnl -AC_CHECK_HEADERS(getopt.h link.h valgrind/memcheck.h) -AC_CHECK_HEADER(tr1/unordered_map, [], [AC_MSG_ERROR([Your compiler must support the Library Technical Report 1 extensions.])]) +dnl AC_CHECK_HEADERS(getopt.h link.h valgrind/memcheck.h) +dnl AC_CHECK_HEADER(tr1/unordered_map, [], [AC_MSG_ERROR([Your compiler must support the Library Technical Report 1 extensions.])]) AC_DEFINE(_REENTRANT, [1], [Define this])