From fdc4daf906fc0a7ac4448c39fa8dc1ebc8798e81 Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Tue, 16 Jul 2002 22:46:20 +0000 Subject: [PATCH] whitespace --- configure.ac | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/configure.ac b/configure.ac index ec42df69..9cc59b3f 100644 --- a/configure.ac +++ b/configure.ac @@ -162,12 +162,12 @@ else [ --with-opengl Build OpenGL support ],,) if test x$with_opengl = xyes; then for lib in $GL_LIBS; do - AC_CHECK_LIB($lib, main, - OGL_LIBS="${OGL_LIBS} -l$lib", - [AC_MSG_ERROR([$lib not found, --with-opengl cannot be used]) - opengl=false], - ${OGL_LIBS} - ) + AC_CHECK_LIB($lib, main, + OGL_LIBS="${OGL_LIBS} -l$lib", + [AC_MSG_ERROR([$lib not found, --with-opengl cannot be used]) + opengl=false], + ${OGL_LIBS} + ) done AC_DEFINE(OGL,,[Define if you want an OpenGL build]) TARGETS=d2x-ogl @@ -239,21 +239,21 @@ if test x$enable_assembler = xno; then D2X_FEATURES="no_asm ${D2X_FEATURES}" else if test x$NASM = xno; then - AC_MSG_ERROR([nasm not found. Install it or use --disable-assembler]) + AC_MSG_ERROR([nasm not found. Install it or use --disable-assembler]) else NASMFLAGS="-i\$(srcdir)/ $NASMFLAGS" case $host_os in cygwin) NASMFLAGS="-f win32 $NASMFLAGS" ;; - msdosdjgpp) - NASMFLAGS="-f coff $NASMFLAGS" - ;; + msdosdjgpp) + NASMFLAGS="-f coff $NASMFLAGS" + ;; linux*) NASMFLAGS="-f elf -d__linux__ $NASMFLAGS" ;; - *) - AC_MSG_ERROR([Assembler not supported for this OS]) + *) + AC_MSG_ERROR([Assembler not supported for this OS]) esac fi fi -- 2.39.2