X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=7dd0736ad8cd52ca9fa2de3d201074d3568b6526;hb=3e4433a6c5c0e9933d7214663b26144723f7d30a;hp=e397998a2e8dfba122bc541421dcebc3c471e171;hpb=6d0820fda557de28c014b8ad4c40c385d23029a7;p=meshlink diff --git a/configure.ac b/configure.ac index e397998a..7dd0736a 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="$CFLAGS -std=c11"]) +AX_CHECK_COMPILE_FLAG([-std=c11], [CFLAGS="-std=c11"]) dnl Compiler hardening flags dnl No -fstack-protector-all because it doesn't work on all platforms or architectures.