Fix some inconsistent formatting in configure.in
Originally committed to SVN as r6074.
This commit is contained in:
parent
810ca07041
commit
848f123a98
1 changed files with 18 additions and 22 deletions
|
@ -262,8 +262,6 @@ AC_SUBST(BUNDLE_STRING)
|
|||
AC_SUBST(DMG_STRING)
|
||||
|
||||
|
||||
|
||||
|
||||
###################################################
|
||||
# Check for pthreads and setup variables / compiler
|
||||
###################################################
|
||||
|
@ -314,16 +312,6 @@ if test "$enable_compiler_flags" != "no"; then
|
|||
AC_CXX_FLAG([$opt_flag])
|
||||
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
|
||||
######################################
|
||||
|
@ -351,6 +339,14 @@ AC_CHECK_SIZEOF([time_t])
|
|||
##############################
|
||||
# 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
|
||||
#########
|
||||
|
|
Loading…
Reference in a new issue