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 /soxwrap/configure.ac | |
| parent | 980b2591fcf4d637da610057f05cacb7800de4e7 (diff) | |
| download | courier-libs-1d6a2aebf3372fd3674b52541203c58e11a52ac6.tar.bz2 | |
Add AC_PROG_CC_C99
Diffstat (limited to 'soxwrap/configure.ac')
| -rw-r--r-- | soxwrap/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/soxwrap/configure.ac b/soxwrap/configure.ac index a01d026..0e7a319 100644 --- a/soxwrap/configure.ac +++ b/soxwrap/configure.ac @@ -21,6 +21,7 @@ AC_PROG_INSTALL AC_PROG_RANLIB AC_PROG_LN_S AC_PROG_CC +AC_PROG_CC_C99 dnl Check for options |
