#
# C++ compiler setting.
return 0 if $line =~ /^\s*C\+\+.+?:\s+(?:yes|no)\s*$/;
+ return 0 if $line =~ /^\s*C\+\+ Library: stdc\+\+$/;
# "Compiling" with no file name.
if ($line =~ /^\s*[Cc]ompiling\s+(.+?)(?:\.\.\.)?$/) {
# $file_extension_regex may need spaces around the filename.
CC=gcc
CC_I386=$(CC) -m32
HOST_CC=gcc
+
+# From kismet.
+Configuration complete:
+ Compiling for: linux-gnu (i486)
+ C++ Library: stdc++
+ Installing as group: root
+ Man pages owned by: man
+ Installing into: /usr
+ Setuid group: kismet
+ Terminal Control: ncurses
+ Linux WEXT capture : yes
+ OSX/Darwin capture : n/a (only OSX/Darwin)
+ PCRE Regex Filters : yes
+ pcap capture: yes
+ airpcap control: n/a (only Cygwin/Win32)
+ PPI log format: yes
+LibCapability (enhanced
+ privilege dropping): yes
+ Linux Netlink: yes (mac80211 VAP creation) - libnl-3.0 libnl-genl-3.0