aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-04-17 15:22:56 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-04-17 15:24:36 +0300
commit3c9f681e667f675073d8424a9984fe17a50de16b (patch)
tree4448a3952d3b1444a07ed13a95b3ac32a91dddef
parentb908403e0dbcb1b9d972ff9cfed48adb6a6214a3 (diff)
downloadlibmicrohttpd-3c9f681e667f675073d8424a9984fe17a50de16b.tar.gz
libmicrohttpd-3c9f681e667f675073d8424a9984fe17a50de16b.zip
configure: fixed broken configure due to the missing value
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cbafd7d9..81bdbb31 100644
--- a/configure.ac
+++ b/configure.ac
@@ -203,7 +203,7 @@ AS_CASE([${enable_build_type}],[release|release-*],
203 MHD_CHECK_ADD_CC_CFLAGS([-Wformat-security -Wstack-protector], [CFLAGS_ac]) 203 MHD_CHECK_ADD_CC_CFLAGS([-Wformat-security -Wstack-protector], [CFLAGS_ac])
204 ] 204 ]
205 ) 205 )
206 AS_VAR_IF([enable_build_type], 206 AS_VAR_IF([enable_build_type],["release"],
207 [ # Flags are not suitable for 'compact' and for 'hardened' 207 [ # Flags are not suitable for 'compact' and for 'hardened'
208 MHD_CHECK_ADD_CC_CFLAGS([-ffast-math -fno-trapping-math], [CFLAGS_ac]) 208 MHD_CHECK_ADD_CC_CFLAGS([-ffast-math -fno-trapping-math], [CFLAGS_ac])
209 ] 209 ]