|
|
|
@ -1,361 +0,0 @@
|
|
|
|
|
$OpenBSD: patch-configure,v 1.1.1.1 2001/07/29 21:49:00 pvalchev Exp $
|
|
|
|
|
--- configure.orig Tue Feb 13 17:01:10 2001
|
|
|
|
|
+++ configure Sun Jul 29 15:31:33 2001
|
|
|
|
|
@@ -2580,57 +2580,8 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-echo $ac_n "checking for SMPEG_new_data in -lsmpeg""... $ac_c" 1>&6
|
|
|
|
|
-echo "configure:2585: checking for SMPEG_new_data in -lsmpeg" >&5
|
|
|
|
|
-ac_lib_var=`echo smpeg'_'SMPEG_new_data | sed 'y%./+-%__p_%'`
|
|
|
|
|
-if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
|
- echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
|
-else
|
|
|
|
|
- ac_save_LIBS="$LIBS"
|
|
|
|
|
-LIBS="-lsmpeg -lpthread $LIBS"
|
|
|
|
|
-cat > conftest.$ac_ext <<EOF
|
|
|
|
|
-#line 2593 "configure"
|
|
|
|
|
-#include "confdefs.h"
|
|
|
|
|
-/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
|
-/* We use char because int might match the return type of a gcc2
|
|
|
|
|
- builtin and then its argument prototype would still apply. */
|
|
|
|
|
-char SMPEG_new_data();
|
|
|
|
|
-
|
|
|
|
|
-int main() {
|
|
|
|
|
-SMPEG_new_data()
|
|
|
|
|
-; return 0; }
|
|
|
|
|
-EOF
|
|
|
|
|
-if { (eval echo configure:2604: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
|
|
|
- rm -rf conftest*
|
|
|
|
|
- eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
|
-else
|
|
|
|
|
- echo "configure: failed program was:" >&5
|
|
|
|
|
- cat conftest.$ac_ext >&5
|
|
|
|
|
- rm -rf conftest*
|
|
|
|
|
- eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
|
-fi
|
|
|
|
|
-rm -f conftest*
|
|
|
|
|
-LIBS="$ac_save_LIBS"
|
|
|
|
|
-
|
|
|
|
|
-fi
|
|
|
|
|
-if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
|
- echo "$ac_t""yes" 1>&6
|
|
|
|
|
- ac_tr_lib=HAVE_LIB`echo smpeg | sed -e 's/[^a-zA-Z0-9_]/_/g' \
|
|
|
|
|
- -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
|
|
|
|
|
- cat >> confdefs.h <<EOF
|
|
|
|
|
-#define $ac_tr_lib 1
|
|
|
|
|
-EOF
|
|
|
|
|
-
|
|
|
|
|
- LIBS="-lsmpeg $LIBS"
|
|
|
|
|
-
|
|
|
|
|
-else
|
|
|
|
|
- echo "$ac_t""no" 1>&6
|
|
|
|
|
-{ echo "configure: error: *** SMPEG 0.4.1 not installed! Get it at http://www.lokigames.com/development/smpeg.php3 ***" 1>&2; exit 1; }
|
|
|
|
|
-fi
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
echo $ac_n "checking for pthread_attr_init in -lpthread""... $ac_c" 1>&6
|
|
|
|
|
-echo "configure:2634: checking for pthread_attr_init in -lpthread" >&5
|
|
|
|
|
+echo "configure:2585: checking for pthread_attr_init in -lpthread" >&5
|
|
|
|
|
ac_lib_var=`echo pthread'_'pthread_attr_init | sed 'y%./+-%__p_%'`
|
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
|
@@ -2638,7 +2589,7 @@ else
|
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
|
LIBS="-lpthread $LIBS"
|
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
|
-#line 2642 "configure"
|
|
|
|
|
+#line 2593 "configure"
|
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
|
@@ -2649,7 +2600,7 @@ int main() {
|
|
|
|
|
pthread_attr_init()
|
|
|
|
|
; return 0; }
|
|
|
|
|
EOF
|
|
|
|
|
-if { (eval echo configure:2653: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
|
|
|
+if { (eval echo configure:2604: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
|
|
|
rm -rf conftest*
|
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
|
else
|
|
|
|
|
@@ -2668,7 +2619,7 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_l
|
|
|
|
|
else
|
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
|
echo $ac_n "checking for pthread_attr_init in -lpthreads""... $ac_c" 1>&6
|
|
|
|
|
-echo "configure:2672: checking for pthread_attr_init in -lpthreads" >&5
|
|
|
|
|
+echo "configure:2623: checking for pthread_attr_init in -lpthreads" >&5
|
|
|
|
|
ac_lib_var=`echo pthreads'_'pthread_attr_init | sed 'y%./+-%__p_%'`
|
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
|
@@ -2676,7 +2627,7 @@ else
|
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
|
LIBS="-lpthreads $LIBS"
|
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
|
-#line 2680 "configure"
|
|
|
|
|
+#line 2631 "configure"
|
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
|
@@ -2687,7 +2638,7 @@ int main() {
|
|
|
|
|
pthread_attr_init()
|
|
|
|
|
; return 0; }
|
|
|
|
|
EOF
|
|
|
|
|
-if { (eval echo configure:2691: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
|
|
|
+if { (eval echo configure:2642: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
|
|
|
rm -rf conftest*
|
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
|
else
|
|
|
|
|
@@ -2706,7 +2657,7 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_l
|
|
|
|
|
else
|
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
|
echo $ac_n "checking for pthread_attr_init in -lc_r""... $ac_c" 1>&6
|
|
|
|
|
-echo "configure:2710: checking for pthread_attr_init in -lc_r" >&5
|
|
|
|
|
+echo "configure:2661: checking for pthread_attr_init in -lc_r" >&5
|
|
|
|
|
ac_lib_var=`echo c_r'_'pthread_attr_init | sed 'y%./+-%__p_%'`
|
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
|
@@ -2714,7 +2665,7 @@ else
|
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
|
LIBS="-lc_r $LIBS"
|
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
|
-#line 2718 "configure"
|
|
|
|
|
+#line 2669 "configure"
|
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
|
@@ -2725,7 +2676,7 @@ int main() {
|
|
|
|
|
pthread_attr_init()
|
|
|
|
|
; return 0; }
|
|
|
|
|
EOF
|
|
|
|
|
-if { (eval echo configure:2729: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
|
|
|
+if { (eval echo configure:2680: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
|
|
|
rm -rf conftest*
|
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
|
else
|
|
|
|
|
@@ -2740,7 +2691,7 @@ LIBS="$ac_save_LIBS"
|
|
|
|
|
fi
|
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
|
- PTHREAD_LIBS="-lc_r"
|
|
|
|
|
+ PTHREAD_LIBS="-pthread"
|
|
|
|
|
else
|
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
|
{ echo "configure: error: *** POSIX thread support not found - please install first ***" 1>&2; exit 1; }
|
|
|
|
|
@@ -2755,7 +2706,7 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
|
|
|
|
|
-echo "configure:2759: checking how to run the C preprocessor" >&5
|
|
|
|
|
+echo "configure:2710: checking how to run the C preprocessor" >&5
|
|
|
|
|
# On Suns, sometimes $CPP names a directory.
|
|
|
|
|
if test -n "$CPP" && test -d "$CPP"; then
|
|
|
|
|
CPP=
|
|
|
|
|
@@ -2770,13 +2721,13 @@ else
|
|
|
|
|
# On the NeXT, cc -E runs the code through the compiler's parser,
|
|
|
|
|
# not just through cpp.
|
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
|
-#line 2774 "configure"
|
|
|
|
|
+#line 2725 "configure"
|
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
#include <assert.h>
|
|
|
|
|
Syntax Error
|
|
|
|
|
EOF
|
|
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
|
|
|
|
-{ (eval echo configure:2780: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
|
|
|
|
+{ (eval echo configure:2731: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
|
|
|
|
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
|
|
|
|
|
if test -z "$ac_err"; then
|
|
|
|
|
:
|
|
|
|
|
@@ -2787,13 +2738,13 @@ else
|
|
|
|
|
rm -rf conftest*
|
|
|
|
|
CPP="${CC-cc} -E -traditional-cpp"
|
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
|
-#line 2791 "configure"
|
|
|
|
|
+#line 2742 "configure"
|
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
#include <assert.h>
|
|
|
|
|
Syntax Error
|
|
|
|
|
EOF
|
|
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
|
|
|
|
-{ (eval echo configure:2797: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
|
|
|
|
+{ (eval echo configure:2748: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
|
|
|
|
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
|
|
|
|
|
if test -z "$ac_err"; then
|
|
|
|
|
:
|
|
|
|
|
@@ -2804,13 +2755,13 @@ else
|
|
|
|
|
rm -rf conftest*
|
|
|
|
|
CPP="${CC-cc} -nologo -E"
|
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
|
-#line 2808 "configure"
|
|
|
|
|
+#line 2759 "configure"
|
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
#include <assert.h>
|
|
|
|
|
Syntax Error
|
|
|
|
|
EOF
|
|
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
|
|
|
|
-{ (eval echo configure:2814: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
|
|
|
|
+{ (eval echo configure:2765: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
|
|
|
|
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
|
|
|
|
|
if test -z "$ac_err"; then
|
|
|
|
|
:
|
|
|
|
|
@@ -2836,17 +2787,17 @@ echo "$ac_t""$CPP" 1>&6
|
|
|
|
|
|
|
|
|
|
ac_safe=`echo "pthread.h" | sed 'y%./+-%__p_%'`
|
|
|
|
|
echo $ac_n "checking for pthread.h""... $ac_c" 1>&6
|
|
|
|
|
-echo "configure:2840: checking for pthread.h" >&5
|
|
|
|
|
+echo "configure:2791: checking for pthread.h" >&5
|
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
|
else
|
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
|
-#line 2845 "configure"
|
|
|
|
|
+#line 2796 "configure"
|
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
#include <pthread.h>
|
|
|
|
|
EOF
|
|
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
|
|
|
|
-{ (eval echo configure:2850: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
|
|
|
|
+{ (eval echo configure:2801: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
|
|
|
|
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
|
|
|
|
|
if test -z "$ac_err"; then
|
|
|
|
|
rm -rf conftest*
|
|
|
|
|
@@ -2870,21 +2821,21 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
echo $ac_n "checking for inline""... $ac_c" 1>&6
|
|
|
|
|
-echo "configure:2874: checking for inline" >&5
|
|
|
|
|
+echo "configure:2825: checking for inline" >&5
|
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
|
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
|
else
|
|
|
|
|
ac_cv_c_inline=no
|
|
|
|
|
for ac_kw in inline __inline__ __inline; do
|
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
|
-#line 2881 "configure"
|
|
|
|
|
+#line 2832 "configure"
|
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
|
} $ac_kw foo() {
|
|
|
|
|
; return 0; }
|
|
|
|
|
EOF
|
|
|
|
|
-if { (eval echo configure:2888: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
|
|
|
+if { (eval echo configure:2839: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
|
|
|
rm -rf conftest*
|
|
|
|
|
ac_cv_c_inline=$ac_kw; break
|
|
|
|
|
else
|
|
|
|
|
@@ -2911,12 +2862,12 @@ esac
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
|
|
|
|
|
-echo "configure:2915: checking for ANSI C header files" >&5
|
|
|
|
|
+echo "configure:2866: checking for ANSI C header files" >&5
|
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
|
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
|
else
|
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
|
-#line 2920 "configure"
|
|
|
|
|
+#line 2871 "configure"
|
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include <stdarg.h>
|
|
|
|
|
@@ -2924,7 +2875,7 @@ else
|
|
|
|
|
#include <float.h>
|
|
|
|
|
EOF
|
|
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
|
|
|
|
-{ (eval echo configure:2928: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
|
|
|
|
+{ (eval echo configure:2879: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
|
|
|
|
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
|
|
|
|
|
if test -z "$ac_err"; then
|
|
|
|
|
rm -rf conftest*
|
|
|
|
|
@@ -2941,7 +2892,7 @@ rm -f conftest*
|
|
|
|
|
if test $ac_cv_header_stdc = yes; then
|
|
|
|
|
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
|
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
|
-#line 2945 "configure"
|
|
|
|
|
+#line 2896 "configure"
|
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
#include <string.h>
|
|
|
|
|
EOF
|
|
|
|
|
@@ -2959,7 +2910,7 @@ fi
|
|
|
|
|
if test $ac_cv_header_stdc = yes; then
|
|
|
|
|
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
|
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
|
-#line 2963 "configure"
|
|
|
|
|
+#line 2914 "configure"
|
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
EOF
|
|
|
|
|
@@ -2980,7 +2931,7 @@ if test "$cross_compiling" = yes; then
|
|
|
|
|
:
|
|
|
|
|
else
|
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
|
-#line 2984 "configure"
|
|
|
|
|
+#line 2935 "configure"
|
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
#include <ctype.h>
|
|
|
|
|
#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
|
|
|
|
|
@@ -2991,7 +2942,7 @@ if (XOR (islower (i), ISLOWER (i)) || to
|
|
|
|
|
exit (0); }
|
|
|
|
|
|
|
|
|
|
EOF
|
|
|
|
|
-if { (eval echo configure:2995: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
|
|
|
|
+if { (eval echo configure:2946: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
|
|
|
|
then
|
|
|
|
|
:
|
|
|
|
|
else
|
|
|
|
|
@@ -3016,15 +2967,15 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
echo $ac_n "checking for XvGetVideo in -lSDL""... $ac_c" 1>&6
|
|
|
|
|
-echo "configure:3020: checking for XvGetVideo in -lSDL" >&5
|
|
|
|
|
+echo "configure:2971: checking for XvGetVideo in -lSDL" >&5
|
|
|
|
|
ac_lib_var=`echo SDL'_'XvGetVideo | sed 'y%./+-%__p_%'`
|
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
|
else
|
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
|
-LIBS="-lSDL -lpthread $LIBS"
|
|
|
|
|
+LIBS="-lSDL -pthread $LIBS"
|
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
|
-#line 3028 "configure"
|
|
|
|
|
+#line 2979 "configure"
|
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
|
@@ -3035,7 +2986,7 @@ int main() {
|
|
|
|
|
XvGetVideo()
|
|
|
|
|
; return 0; }
|
|
|
|
|
EOF
|
|
|
|
|
-if { (eval echo configure:3039: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
|
|
|
+if { (eval echo configure:2990: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
|
|
|
rm -rf conftest*
|
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
|
else
|
|
|
|
|
@@ -3058,7 +3009,7 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
echo $ac_n "checking for r00taxx in -lr00t""... $ac_c" 1>&6
|
|
|
|
|
-echo "configure:3062: checking for r00taxx in -lr00t" >&5
|
|
|
|
|
+echo "configure:3013: checking for r00taxx in -lr00t" >&5
|
|
|
|
|
ac_lib_var=`echo r00t'_'r00taxx | sed 'y%./+-%__p_%'`
|
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
|
@@ -3066,7 +3017,7 @@ else
|
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
|
LIBS="-lr00t LIBBRAIN="-lhaxxor" $LIBS"
|
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
|
-#line 3070 "configure"
|
|
|
|
|
+#line 3021 "configure"
|
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
|
@@ -3077,7 +3028,7 @@ int main() {
|
|
|
|
|
r00taxx()
|
|
|
|
|
; return 0; }
|
|
|
|
|
EOF
|
|
|
|
|
-if { (eval echo configure:3081: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
|
|
|
+if { (eval echo configure:3032: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
|
|
|
rm -rf conftest*
|
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
|
else
|