Hi,

I have here a small patch for a bug in configure.ac. I know this doesn't help
to build the pppd_plugin, but anyway.

Gerald

--- visdn-0.0.0/configure.ac.orig       2005-12-15 13:46:39.000000000 +0100
+++ visdn-0.0.0/configure.ac    2005-12-15 13:47:02.000000000 +0100
@@ -300,7 +300,7 @@
        )

 if [[ "$enable_pppd" = "yes" ]]; then
-       if [ ! -d $pppdconfdir ]]; then
+       if [[ ! -d $pppdconfdir ]]; then
                AC_MSG_RESULT([failed!])
                AC_MSG_ERROR([Cannot locate pppd configuration directory])
        fi


_______________________________________________
Visdn-hackers mailing list
[email protected]
https://mailman.uli.it/mailman/listinfo/visdn-hackers

Reply via email to