missing change of variable
This commit is contained in:
parent
0542dd27ca
commit
84af409264
@ -72,8 +72,8 @@ AC_ARG_ENABLE([tests],
|
|||||||
if ! test "x${enable_tests}" = "xyes"; then
|
if ! test "x${enable_tests}" = "xyes"; then
|
||||||
enable_tests="no"
|
enable_tests="no"
|
||||||
fi],
|
fi],
|
||||||
[have_tests="yes"])
|
[enable_tests="yes"])
|
||||||
AM_CONDITIONAL([ENABLE_TESTS], [test "x$have_tests" = xyes])
|
AM_CONDITIONAL([ENABLE_TESTS], [test "x$enable_tests" = xyes])
|
||||||
|
|
||||||
# Add CPU-specific alignment flags
|
# Add CPU-specific alignment flags
|
||||||
old_cflags=$CFLAGS
|
old_cflags=$CFLAGS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user