summaryrefslogtreecommitdiffstats
path: root/sha1/configure.ac
diff options
context:
space:
mode:
authorSam Varshavchik2020-04-21 07:20:51 -0400
committerSam Varshavchik2020-04-21 07:20:51 -0400
commit1d6a2aebf3372fd3674b52541203c58e11a52ac6 (patch)
tree5f7962061938f08b70bf2436f35a1abf265a557e /sha1/configure.ac
parent980b2591fcf4d637da610057f05cacb7800de4e7 (diff)
downloadcourier-libs-1d6a2aebf3372fd3674b52541203c58e11a52ac6.tar.bz2
Add AC_PROG_CC_C99
Diffstat (limited to 'sha1/configure.ac')
-rw-r--r--sha1/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/sha1/configure.ac b/sha1/configure.ac
index 5d59beb..d424b26 100644
--- a/sha1/configure.ac
+++ b/sha1/configure.ac
@@ -17,6 +17,7 @@ AM_CONDITIONAL(HMACC, test -d ${srcdir}/../libhmac)
dnl Checks for programs.
AC_PROG_CC
+AC_PROG_CC_C99
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_LIBTOOL