summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-08-12 13:16:02 +0000
committerSimon Josefsson <simon@josefsson.org>2005-08-12 13:16:02 +0000
commit0c7e123d7e96c280cb3b9e20270b4e5ced771de9 (patch)
tree5baed13c55ef01819083c32803f54417aa7ea517
parent3dc46b1031be274ad19d1465995bcbe7d3b604bd (diff)
downloadlibtasn1-0c7e123d7e96c280cb3b9e20270b4e5ced771de9.tar.gz
Revert (stdint was GPL..).
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index aa0b70e..8703d30 100644
--- a/configure.in
+++ b/configure.in
@@ -64,7 +64,7 @@ fi
AC_MSG_NOTICE([Detecting C library capabilities])
AC_HEADER_STDC
-AC_CHECK_HEADERS(unistd.h strings.h)
+AC_CHECK_HEADERS(unistd.h strings.h inttypes.h stdint.h)
AC_FUNC_ALLOCA
AC_MSG_NOTICE([Detecting system's parameters])
@@ -79,7 +79,7 @@ AC_CHECK_SIZEOF(unsigned char, 1)
gl_SOURCE_BASE(gl)
gl_M4_BASE(gl/m4)
-gl_MODULES(memmove getopt stdint)
+gl_MODULES(memmove getopt)
gl_LGPL
gl_INIT