summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2018-09-03 14:03:25 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2018-09-03 15:18:19 +0200
commit46efa1bc471eb50b7356d3385d270c9dcb6692c4 (patch)
treef17fb560f5d9f4ddc2386e0c4f8692f165a408ec /aclocal.m4
parent72b94e239a5cbebf59d8640f574d8fd5d1763398 (diff)
downloadtcpdump-46efa1bc471eb50b7356d3385d270c9dcb6692c4.tar.gz
Fix spaces
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 50b5673a..4d31f29c 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -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