X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=e397998a2e8dfba122bc541421dcebc3c471e171;hb=6d0820fda557de28c014b8ad4c40c385d23029a7;hp=7dd0736ad8cd52ca9fa2de3d201074d3568b6526;hpb=a036178f1a7b4484e7159c4a857632bb10e06739;p=meshlink diff --git a/configure.ac b/configure.ac index 7dd0736a..e397998a 100644 --- a/configure.ac +++ b/configure.ac @@ -54,7 +54,7 @@ if test -d /sw/lib ; then LIBS="$LIBS -L/sw/lib" fi -AX_CHECK_COMPILE_FLAG([-std=c11], [CFLAGS="-std=c11"]) +AX_CHECK_COMPILE_FLAG([-std=c11], [CFLAGS="$CFLAGS -std=c11"]) dnl Compiler hardening flags dnl No -fstack-protector-all because it doesn't work on all platforms or architectures.