summaryrefslogtreecommitdiff
path: root/audio/amarok-kde4/files/patch-configure
blob: 16f93f652e087e12a18d2ea29f3628de428fc8c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- configure.orig	Mon Mar 28 21:16:17 2005
+++ configure	Mon Apr 11 02:44:50 2005
@@ -35871,15 +35871,15 @@
 fi
 
 
-if test x$SDL_CONFIG = xyes; then
-    sdl_cflags=`sdl-config --cflags`
-    sdl_libs=`sdl-config --libs`
+if test -n $SDL_CONFIG ; then
+    sdl_cflags=`$SDL_CONFIG --cflags`
+    sdl_libs=`$SDL_CONFIG --libs`
 fi
 
 
 
 
-if test x$PKGCONFIGFOUND = xyes -a x$SDL_CONFIG = xyes; then
+if test x$PKGCONFIGFOUND = xyes -a -n $SDL_CONFIG ; then
 
 
   succeeded=no