blob: 25a2ea0a598cdb1b9f9ddab241d2072810e914f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- blender-2.31/configure.old 2003-11-06 01:59:54.000000000 -0500
+++ blender-2.31/configure 2003-11-06 02:03:08.000000000 -0500
@@ -21431,8 +21431,8 @@
with_mozilla =$withval
fi
if test x$with_mozilla != "yes"; then
- LDFLAGS="$LDFLAGS -L$withval/lib/mozilla-$MOZVER -lnspr"
- CPPFLAGS="$CPPFLAGS -I$withval/include/mozilla-$MOZVER/nspr"
+ LDFLAGS="$LDFLAGS -L$withval/lib/mozilla -lnspr4"
+ CPPFLAGS="$CPPFLAGS -I$withval/include/mozilla/nspr"
fi
fi;
@@ -25015,7 +25015,6 @@
fi
- rm -f conf.sdltest
echo "$as_me:$LINENO: checking for SDL_Init in -lSDL" >&5
|