diff options
| author | Sam Varshavchik | 2020-04-21 07:20:51 -0400 |
|---|---|---|
| committer | Sam Varshavchik | 2020-04-21 07:20:51 -0400 |
| commit | 1d6a2aebf3372fd3674b52541203c58e11a52ac6 (patch) | |
| tree | 5f7962061938f08b70bf2436f35a1abf265a557e /sha1/configure.ac | |
| parent | 980b2591fcf4d637da610057f05cacb7800de4e7 (diff) | |
| download | courier-libs-1d6a2aebf3372fd3674b52541203c58e11a52ac6.tar.bz2 | |
Add AC_PROG_CC_C99
Diffstat (limited to 'sha1/configure.ac')
| -rw-r--r-- | sha1/configure.ac | 1 |
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 |
