diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2010-04-02 11:31:20 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2010-04-02 11:31:20 +0200 |
commit | bed417288e989c48a1362bb1177f436a2e2f9f4f (patch) | |
tree | 3fb727a0e2b0be0cfecef14f30b57134eeb3348b /configure.in | |
parent | 126683feeda03ffb5a4ce23611e59a4598382d49 (diff) |
Minor fixes to previous patches.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 3c988b16..9e82735d 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 |