diff options
| author | deva <deva> | 2006-03-05 18:44:47 +0000 | 
|---|---|---|
| committer | deva <deva> | 2006-03-05 18:44:47 +0000 | 
| commit | c629a137b5f91097004f1a267d1433393e5cc512 (patch) | |
| tree | f3c981a5dfc3cf379769d883c27ad53858ad3748 | |
| parent | 68eb71b0ab81d373a11097c69892267663698bd3 (diff) | |
*** empty log message ***
| -rw-r--r-- | configure.in | 14 | 
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 ====================== | 
