commit 3c9f681e667f675073d8424a9984fe17a50de16b
parent b908403e0dbcb1b9d972ff9cfed48adb6a6214a3
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Sun, 17 Apr 2022 15:22:56 +0300
configure: fixed broken configure due to the missing value
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
@@ -203,7 +203,7 @@ AS_CASE([${enable_build_type}],[release|release-*],
MHD_CHECK_ADD_CC_CFLAGS([-Wformat-security -Wstack-protector], [CFLAGS_ac])
]
)
- AS_VAR_IF([enable_build_type],
+ AS_VAR_IF([enable_build_type],["release"],
[ # Flags are not suitable for 'compact' and for 'hardened'
MHD_CHECK_ADD_CC_CFLAGS([-ffast-math -fno-trapping-math], [CFLAGS_ac])
]