12 lines
531 B
Diff
12 lines
531 B
Diff
--- ettercap-NG-0.7.3/configure 2005-05-27 12:11:45.000000000 -0300
|
|
+++ ettercap-NG-0.7.3_patched/configure 2011-04-04 20:57:49.000000000 -0300
|
|
@@ -8346,7 +8346,7 @@
|
|
exit 1
|
|
fi
|
|
gentoo_lt_version="1.5.18"
|
|
-gentoo_ltmain_version=`grep '^[:space:]*VERSION=' $ltmain | sed -e 's|^[:space:]*VERSION=||'`
|
|
+gentoo_ltmain_version=`grep '^[[:space:]]*VERSION=' $ltmain | sed -e 's|^[[:space:]]*VERSION=||'`
|
|
if test "$gentoo_lt_version" != "$gentoo_ltmain_version"; then
|
|
echo "$as_me:$LINENO: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|