Minor formatting.

This commit is contained in:
Werner Lemberg 2011-05-01 12:30:37 +02:00
parent 7c6da3d73a
commit 3cf3b9e32c
1 changed files with 8 additions and 5 deletions

View File

@ -104,7 +104,8 @@ case "$INSTALL" in
/*)
;;
*/*)
INSTALL="`pwd`/$INSTALL" ;;
INSTALL="`pwd`/$INSTALL"
;;
esac
@ -196,7 +197,8 @@ AC_ARG_ENABLE([mmap],
if test "x${enable_mmap}" != "xno"; then
AC_FUNC_MMAP
fi
if test "x${enable_mmap}" = "xno" -o "$ac_cv_func_mmap_fixed_mapped" != "yes" ; then
if test "x${enable_mmap}" = "xno" \
-o "$ac_cv_func_mmap_fixed_mapped" != "yes"; then
FTSYS_SRC='$(BASE_DIR)/ftsystem.c'
else
FTSYS_SRC='$(BUILD_DIR)/ftsystem.c'
@ -400,7 +402,8 @@ else
dnl AC_MSG_WARN([host system is MacOS but configured to build without Carbon])
CFLAGS="$CFLAGS -DDARWIN_NO_CARBON"
;;
*) ;;
*)
;;
esac
fi