aight, I gave up, and started digging through the configure script.

found this:

///quote/////
tinydnsuser="tinydns"
# Check whether --enable-tinydnsuser or --disable-tinydnsuser was given.
if test "${enable_tinydnsuser+set}" = set; then
  enableval="$enable_tinydnsuser"
  tinydnsuser="$tinydnsuser"
else

        if test "$tinydnsuser" = ""
        then
            { echo "configure: error: Unable to find your tinydns user, 
specify --enable-tinydnsuser." 1>&2; exit 1; }
        fi

fi
///end quote/////

simply changed the first line to read:
tinydnsuser="gtinydns"
and configure ran correctly.  the if test was executing, but for whatever 
reason it doesn't working, so I hacked it a little and got it fixed :)

Hopefully this will help someone searching the archives.  (are there any?)

-Kitchen


-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/

Reply via email to