Fix some inconsistent formatting in configure.in

Originally committed to SVN as r6074.
This commit is contained in:
Thomas Goyne 2011-12-22 21:21:03 +00:00
parent 810ca07041
commit 848f123a98

View file

@ -262,8 +262,6 @@ AC_SUBST(BUNDLE_STRING)
AC_SUBST(DMG_STRING) AC_SUBST(DMG_STRING)
################################################### ###################################################
# Check for pthreads and setup variables / compiler # Check for pthreads and setup variables / compiler
################################################### ###################################################
@ -314,16 +312,6 @@ if test "$enable_compiler_flags" != "no"; then
AC_CXX_FLAG([$opt_flag]) AC_CXX_FLAG([$opt_flag])
fi fi
##########################
# Check for X include/lib.
##########################
AC_PATH_XTRA
if test "$no_x" = "yes" && test "$build_darwin" != "yes"; then
AC_MSG_FAILURE([You must have a working copy of X installed.])
fi
###################################### ######################################
# Check Headers / Features / Libraries # Check Headers / Features / Libraries
###################################### ######################################
@ -351,6 +339,14 @@ AC_CHECK_SIZEOF([time_t])
############################## ##############################
# Program Support and Features # Program Support and Features
############################## ##############################
##########################
# X
##########################
AC_PATH_XTRA
if test "$no_x" = "yes" && test "$build_darwin" != "yes"; then
AC_MSG_FAILURE([You must have a working copy of X installed.])
fi
######### #########
## OpenGL ## OpenGL
######### #########