diff options
Diffstat (limited to 'net/wmnd/files/patch-configure')
-rw-r--r-- | net/wmnd/files/patch-configure | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/wmnd/files/patch-configure b/net/wmnd/files/patch-configure new file mode 100644 index 000000000000..53696a124371 --- /dev/null +++ b/net/wmnd/files/patch-configure @@ -0,0 +1,12 @@ +--- configure.orig Fri Jun 14 09:51:26 2002 ++++ configure Fri Jun 14 18:40:20 2002 +@@ -4844,8 +4844,7 @@ + + # driver detection block: skip this block if the user manually specify + # drivers on the command line +-if test "$ac_drivers" == "auto"; +-then ++if eval "test \"\${$ac_drivers}\" = auto"; then + # reset the state variable + ac_drivers="" + |