diff options
author | Luca <deri@ntop.org> | 2018-09-11 09:33:09 +0300 |
---|---|---|
committer | Luca <deri@ntop.org> | 2018-09-11 09:33:09 +0300 |
commit | 9bf05c35345af7d161301bf5144b854ee5d1da70 (patch) | |
tree | 904a650961fae71e88350b787efa6397e7d31644 | |
parent | 1075283d8e273d3971fc5c48f442ed8723a7db15 (diff) |
Indentation fix
-rw-r--r-- | configure.seed | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.seed b/configure.seed index 3863cda51..8f8817f24 100644 --- a/configure.seed +++ b/configure.seed @@ -61,7 +61,7 @@ fi HS_LIB= HS_INC= -AC_ARG_WITH(hyperscan, [ --with-hyperscan Enable nDPI build with Intel Hyperscan]) +AC_ARG_WITH(hyperscan, [ --with-hyperscan Enable nDPI build with Intel Hyperscan]) if test "${with_hyperscan+set}" = set; then BKP=$LIBS |