summaryrefslogtreecommitdiff
blob: 096b4018c3abd960fe77355636e97b851b3f555c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/configure	2003-06-21 17:04:21.000000000 +0100
+++ b/configure	2003-11-18 09:43:21.000000000 +0000
@@ -2889,8 +2889,8 @@
 #define HAVE_SDL 1
 _ACEOF
 
-    SDL_LIBS="\`sdl-config --libs\`"
-    SDL_CFLAGS="\`sdl-config --cflags\`"
+    SDL_LIBS="`sdl-config --libs`"
+    SDL_CFLAGS="`sdl-config --cflags`"
     OPT_OBJS="$OPT_OBJS canvas_sdl.o"
 fi