Skip to content

Commit 6b9edef

Browse files
committed
Missed a file.
1 parent 4c3c49e commit 6b9edef

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

configure

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4024,19 +4024,14 @@ else
40244024
fi
40254025

40264026

4027-
echo Geode: $with_geode
4028-
echo GeodeArch: $with_geode_arch
4029-
40304027

40314028

40324029

40334030

40344031

40354032
if test "x$with_geode" == xno; then
4036-
echo "=xno"
40374033
true
40384034
else
4039-
echo "other branch"
40404035
if test "x$with_geode_arch" == xno; then
40414036
as_fn_error $? "\"You must also specify --with-geode-arch!\"" "$LINENO" 5
40424037
else
@@ -4047,8 +4042,6 @@ else
40474042
fi
40484043
fi
40494044

4050-
echo $with_debug $CXXFLAGS
4051-
40524045
# FIXME: Replace `main' with a function in `-lpthread':
40534046
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_detach in -lpthread" >&5
40544047
$as_echo_n "checking for pthread_detach in -lpthread... " >&6; }

0 commit comments

Comments
 (0)