From bed417288e989c48a1362bb1177f436a2e2f9f4f Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Fri, 2 Apr 2010 11:31:20 +0200 Subject: Minor fixes to previous patches. --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 3c988b1..9e82735 100644 --- a/configure.in +++ b/configure.in @@ -66,11 +66,11 @@ if test -z "$GCC" ; then fi AC_MSG_CHECKING([what CFLAGS should we use]) -if test "$bird_cflags_default" == yes ; then +if test "$bird_cflags_default" = yes ; then BIRD_CHECK_GCC_OPTIONS CFLAGS="$CFLAGS -Wall -Wstrict-prototypes -Wno-parentheses" - if test "$bird_cv_c_option_no_pointer_sign" == yes ; then + if test "$bird_cv_c_option_no_pointer_sign" = yes ; then CFLAGS="$CFLAGS -Wno-pointer-sign" fi fi -- cgit v1.2.3