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 /md5 | |
| parent | 980b2591fcf4d637da610057f05cacb7800de4e7 (diff) | |
| download | courier-libs-1d6a2aebf3372fd3674b52541203c58e11a52ac6.tar.bz2 | |
Add AC_PROG_CC_C99
Diffstat (limited to 'md5')
| -rw-r--r-- | md5/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/md5/configure.ac b/md5/configure.ac index 1e03525..0f53ceb 100644 --- a/md5/configure.ac +++ b/md5/configure.ac @@ -20,6 +20,7 @@ AC_PROG_AWK AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_CC +AC_PROG_CC_C99 AC_PROG_LIBTOOL if test "$GCC" = yes |
