Lines 1-92
Link Here
|
1 |
--- configure.orig Thu Jun 30 10:58:52 2005 |
|
|
2 |
+++ configure Sat Jul 2 13:59:13 2005 |
3 |
@@ -11364,81 +11364,6 @@ |
4 |
opengl_LIBS="$LIBS $x_suffix" |
5 |
|
6 |
|
7 |
-echo "$as_me:$LINENO: checking for glutGetModifiers in -lfreeglut" >&5 |
8 |
-echo $ECHO_N "checking for glutGetModifiers in -lfreeglut... $ECHO_C" >&6 |
9 |
-if test "${ac_cv_lib_freeglut_glutGetModifiers+set}" = set; then |
10 |
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
11 |
-else |
12 |
- ac_check_lib_save_LIBS=$LIBS |
13 |
-LIBS="-lfreeglut $opengl_LIBS $LIBS" |
14 |
-cat >conftest.$ac_ext <<_ACEOF |
15 |
-/* confdefs.h. */ |
16 |
-_ACEOF |
17 |
-cat confdefs.h >>conftest.$ac_ext |
18 |
-cat >>conftest.$ac_ext <<_ACEOF |
19 |
-/* end confdefs.h. */ |
20 |
- |
21 |
-/* Override any gcc2 internal prototype to avoid an error. */ |
22 |
-#ifdef __cplusplus |
23 |
-extern "C" |
24 |
-#endif |
25 |
-/* We use char because int might match the return type of a gcc2 |
26 |
- builtin and then its argument prototype would still apply. */ |
27 |
-char glutGetModifiers (); |
28 |
-int |
29 |
-main () |
30 |
-{ |
31 |
-glutGetModifiers (); |
32 |
- ; |
33 |
- return 0; |
34 |
-} |
35 |
-_ACEOF |
36 |
-rm -f conftest.$ac_objext conftest$ac_exeext |
37 |
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
38 |
- (eval $ac_link) 2>conftest.er1 |
39 |
- ac_status=$? |
40 |
- grep -v '^ *+' conftest.er1 >conftest.err |
41 |
- rm -f conftest.er1 |
42 |
- cat conftest.err >&5 |
43 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
44 |
- (exit $ac_status); } && |
45 |
- { ac_try='test -z "$ac_c_werror_flag" |
46 |
- || test ! -s conftest.err' |
47 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
48 |
- (eval $ac_try) 2>&5 |
49 |
- ac_status=$? |
50 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
51 |
- (exit $ac_status); }; } && |
52 |
- { ac_try='test -s conftest$ac_exeext' |
53 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
54 |
- (eval $ac_try) 2>&5 |
55 |
- ac_status=$? |
56 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
57 |
- (exit $ac_status); }; }; then |
58 |
- ac_cv_lib_freeglut_glutGetModifiers=yes |
59 |
-else |
60 |
- echo "$as_me: failed program was:" >&5 |
61 |
-sed 's/^/| /' conftest.$ac_ext >&5 |
62 |
- |
63 |
-ac_cv_lib_freeglut_glutGetModifiers=no |
64 |
-fi |
65 |
-rm -f conftest.err conftest.$ac_objext \ |
66 |
- conftest$ac_exeext conftest.$ac_ext |
67 |
-LIBS=$ac_check_lib_save_LIBS |
68 |
-fi |
69 |
-echo "$as_me:$LINENO: result: $ac_cv_lib_freeglut_glutGetModifiers" >&5 |
70 |
-echo "${ECHO_T}$ac_cv_lib_freeglut_glutGetModifiers" >&6 |
71 |
-if test $ac_cv_lib_freeglut_glutGetModifiers = yes; then |
72 |
- cat >>confdefs.h <<_ACEOF |
73 |
-#define HAVE_LIBFREEGLUT 1 |
74 |
-_ACEOF |
75 |
- |
76 |
- LIBS="-lfreeglut $LIBS" |
77 |
- |
78 |
-fi |
79 |
- |
80 |
- if test "x$ac_cv_lib_freeglut_glutGetModifiers" = "xno" ; then |
81 |
- |
82 |
echo "$as_me:$LINENO: checking for glutGetModifiers in -lglut" >&5 |
83 |
echo $ECHO_N "checking for glutGetModifiers in -lglut... $ECHO_C" >&6 |
84 |
if test "${ac_cv_lib_glut_glutGetModifiers+set}" = set; then |
85 |
@@ -11512,7 +11437,6 @@ |
86 |
|
87 |
fi |
88 |
|
89 |
- fi |
90 |
else |
91 |
|
92 |
|