summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/configure.in b/configure.in
index ec5bd62..2f0b804 100644
--- a/configure.in
+++ b/configure.in
@@ -14,13 +14,6 @@ CXXFLAGS="$CXXFLAGS -Wall -Werror"
AC_ARG_WITH(gui, [ --without-gui build without GUI support])
if test x$with_gui != xno && test -z "$GUI"; then
dnl =====================
- dnl Check for QT library
- dnl =====================
- gw_CHECK_QT
- CXXFLAGS="$CXXFLAGS $QT_CXXLAGS"
- LDFLAGS="$LDFLAGS $QT_LDADD"
-
- dnl =====================
dnl Check for SDL library
dnl =====================
SDL_VERSION=1.2.0
@@ -28,6 +21,13 @@ if test x$with_gui != xno && test -z "$GUI"; then
CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
LDFLAGS="$LDFLAGS $SDL_LIBS"
+ dnl =====================
+ dnl Check for QT library
+ dnl =====================
+ gw_CHECK_QT
+ CXXFLAGS="$CXXFLAGS $QT_CXXLAGS"
+ LDFLAGS="$LDFLAGS $QT_LDADD"
+
dnl ======================
dnl Check for raw1394 library
dnl ======================