X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=util%2FmkelfImage%2Fconfigure.ac;h=af0fe19aaaa8b2d6604942b5964d4641069b4a20;hb=472efa604158c193bdcd8f357ca52c41eca53ca5;hp=a7fc37ecf2503e2485482920cc4b7e355a8d906c;hpb=d13e4167a903c1bd69c9ed708987f016dff13d1d;p=coreboot.git diff --git a/util/mkelfImage/configure.ac b/util/mkelfImage/configure.ac index a7fc37ecf..af0fe19aa 100644 --- a/util/mkelfImage/configure.ac +++ b/util/mkelfImage/configure.ac @@ -203,7 +203,7 @@ rm -f conftest*]) if test $libc_cv_fno_stack_protector = yes; then I386_CFLAGS="$I386_CFLAGS -fno-stack-protector" IA64_CFLAGS="$IA64_CFLAGS -fno-stack-protector" - + fi AC_SUBST(libc_cv_fno_stack_protector)