diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2018-09-03 14:03:25 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2018-09-03 15:18:19 +0200 |
commit | 46efa1bc471eb50b7356d3385d270c9dcb6692c4 (patch) | |
tree | f17fb560f5d9f4ddc2386e0c4f8692f165a408ec /aclocal.m4 | |
parent | 72b94e239a5cbebf59d8640f574d8fd5d1763398 (diff) | |
download | tcpdump-46efa1bc471eb50b7356d3385d270c9dcb6692c4.tar.gz |
Fix spaces
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -169,7 +169,7 @@ AC_DEFUN(AC_LBL_C_INIT, ;; osf*) - # + # # Presumed to be DEC OSF/1, Digital UNIX, or # Tru64 UNIX. # @@ -1072,9 +1072,9 @@ AC_DEFUN(AC_LBL_SSLEAY, # Or should we just look for "libcrypto.*"? # if test -d "$1/$tmplib" -a \( -f "$1/$tmplib/libcrypto.a" -o \ - -f "$1/$tmplib/libcrypto.so" -o \ - -f "$1/$tmplib/libcrypto.sl" -o \ - -f "$1/$tmplib/libcrypto.dylib" \); then + -f "$1/$tmplib/libcrypto.so" -o \ + -f "$1/$tmplib/libcrypto.sl" -o \ + -f "$1/$tmplib/libcrypto.dylib" \); then ac_cv_ssleay_path="$1" fi |