diff options
author | spiff <spiff@xbmc.org> | 2011-02-10 20:02:28 +0100 |
---|---|---|
committer | spiff <spiff@xbmc.org> | 2011-02-13 13:25:56 +0100 |
commit | 729be2599cb19099a9f494d12a76508a429914e7 (patch) | |
tree | 7f3260ff09ce0f49d5c7907b3df3800795dfe5ce | |
parent | c4580f125730ff01e2c93ec309f20e5f8c2d281e (diff) |
cosmetics
-rw-r--r-- | configure.in | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/configure.in b/configure.in index 950d0a40a7..d0c282686a 100644 --- a/configure.in +++ b/configure.in @@ -765,14 +765,14 @@ else if test "$use_avahi" = "yes"; then AC_CHECK_LIB([avahi-common], [main],, use_avahi=no;AC_MSG_RESULT($avahi_not_found)) - if test "$use_avahi" = "yes"; then - #either both libs or none - AC_CHECK_LIB([avahi-client], [main],, - use_avahi=no;AC_MSG_RESULT($avahi_not_found)) - fi - else - AC_MSG_RESULT($avahi_disabled) - fi + if test "$use_avahi" = "yes"; then + #either both libs or none + AC_CHECK_LIB([avahi-client], [main],, + use_avahi=no;AC_MSG_RESULT($avahi_not_found)) + fi + else + AC_MSG_RESULT($avahi_disabled) + fi fi # XRandR @@ -1597,7 +1597,7 @@ XB_CONFIG_MODULE([lib/python], [ sed -i bak -e "s/define _XOPEN_SOURCE 600/undef _XOPEN_SOURCE/" pyconfig.h && sed -i bak -e "s/define _XOPEN_SOURCE_EXTENDED 1/undef _XOPEN_SOURCE_EXTENDED/" pyconfig.h && echo "#define SETPGRP_HAVE_ARG 1" >> pyconfig.h && - cp pyconfig.h Include + cp pyconfig.h Include else ./configure \ --host=$host_alias \ |