diff options
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e584113..7b16ac5 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -66,6 +66,10 @@ AC_ARG_ENABLE([extratests], | |||
| 66 | AS_HELP_STRING([--enable-extratests], [Enable extra tests that may be unreliable on some platforms])) | 66 | AS_HELP_STRING([--enable-extratests], [Enable extra tests that may be unreliable on some platforms])) |
| 67 | AM_CONDITIONAL([ENABLE_EXTRATESTS], [test "x$enable_extratests" = xyes]) | 67 | AM_CONDITIONAL([ENABLE_EXTRATESTS], [test "x$enable_extratests" = xyes]) |
| 68 | 68 | ||
| 69 | AC_ARG_ENABLE([tests], | ||
| 70 | AS_HELP_STRING([--enable-tests], [Enable tests])) | ||
| 71 | AM_CONDITIONAL([ENABLE_TESTS], [test "x$enable_tests" = xyes]) | ||
| 72 | |||
| 69 | # Add CPU-specific alignment flags | 73 | # Add CPU-specific alignment flags |
| 70 | old_cflags=$CFLAGS | 74 | old_cflags=$CFLAGS |
| 71 | CFLAGS="$CFLAGS -I$srcdir/include" | 75 | CFLAGS="$CFLAGS -I$srcdir/include" |
