mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Update configure from configure.ac after r33055 (whitespace)
This commit is contained in:
parent
a80c90608c
commit
add985a2d1
1 changed files with 4 additions and 4 deletions
8
configure
vendored
8
configure
vendored
|
|
@ -6278,8 +6278,8 @@ fi
|
|||
$as_echo "$ac_cv_lib_pcap_pcap_datalink" >&6; }
|
||||
if test "x$ac_cv_lib_pcap_pcap_datalink" = xyes; then :
|
||||
have_libpcap=yes
|
||||
LIBPCAP_INC=$with_libpcap/include
|
||||
LIBPCAP_LIB=$with_libpcap/lib
|
||||
LIBPCAP_INC=$with_libpcap/include
|
||||
LIBPCAP_LIB=$with_libpcap/lib
|
||||
fi
|
||||
|
||||
fi
|
||||
|
|
@ -6742,7 +6742,7 @@ if test "${with_liblua+set}" = set; then :
|
|||
LUA_BUILD="lua_build"
|
||||
LUA_CLEAN="lua_clean"
|
||||
LUA_DIST_CLEAN="lua_dist_clean"
|
||||
have_lua="yes"
|
||||
have_lua="yes"
|
||||
|
||||
;;
|
||||
no)
|
||||
|
|
@ -9410,7 +9410,7 @@ FILENAME=`ls docs/leet-nmap-ascii-art*.txt 2>/dev/null | awk '
|
|||
'`
|
||||
# Print the file to screen, if any such file exists (i.e. $FILENAME is not empty)
|
||||
if test "$FILENAME"; then
|
||||
cat "$FILENAME"
|
||||
cat "$FILENAME"
|
||||
fi
|
||||
|
||||
echo "Configuration complete. Type make (or gmake on some *BSD machines) to compile."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue