diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2019-01-23 21:57:40 +0100 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2019-01-23 21:57:40 +0100 |
commit | 7af43d5db0d9e4000f64a9bdd2064d56f1fb1e92 (patch) | |
tree | 2529fc9a9aaf324c8f6373b3ea81053e6e9711e3 /configure.ac | |
parent | a085f93daf543a53cabdfbeca81c54cd010b8023 (diff) |
Clean up some whitespaces
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 968cc6b2..c736cfed 100644 --- a/configure.ac +++ b/configure.ac @@ -2292,7 +2292,7 @@ AC_INCLUDES_DEFAULT CFLAGS="$save_CFLAGS" LIBS="$save_LIBS" LDFLAGS="$save_LDFLAGS" - + if test "$ac_cv_dpdk_can_compile" = yes; then CFLAGS="$CFLAGS $DPDK_CFLAGS" LIBS="$LIBS $DPDK_LDFLAGS" |