summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 09f9ddd)
raw | patch | inline | side by side (parent: 09f9ddd)
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | |
Thu, 15 Jan 2009 11:24:24 +0000 (06:24 -0500) | ||
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | |
Thu, 15 Jan 2009 11:24:24 +0000 (06:24 -0500) |
I added AC_FUNC_ALLOCA because of a mistake on my part (which has been fixed
before the final commit). Removing it now.
before the final commit). Removing it now.
configure.in | patch | blob | history |
diff --git a/configure.in b/configure.in
index 7185fcaacb23f7df9ae369ef76b33ce1de3b4ac0..eb27d6a74da42a08a57d10f3bff853b86e55a442 100644 (file)
--- a/configure.in
+++ b/configure.in
AM_PROG_CC_C_O
AC_FUNC_ERROR_AT_LINE
-AC_FUNC_ALLOCA
AC_SYS_LARGEFILE
ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD])