merged tasking branch into trunk
This commit is contained in:
@@ -45,6 +45,12 @@ AC_ARG_WITH(
|
||||
[AC_DEFINE_UNQUOTED(DEV_RANDOM, "$withval")],
|
||||
[AC_DEFINE_UNQUOTED(DEV_RANDOM, "/dev/random")]
|
||||
)
|
||||
AC_ARG_WITH(
|
||||
[resolv-conf],
|
||||
AS_HELP_STRING([--with-resolv-conf=file],[set the file to store DNS server information other than "sysconfdir/resolv.conf"]),
|
||||
[AC_DEFINE_UNQUOTED(RESOLV_CONF, "$withval")],
|
||||
[AC_DEFINE_UNQUOTED(RESOLV_CONF, "${sysconfdir}/resolv.conf")]
|
||||
)
|
||||
|
||||
AC_ARG_WITH(
|
||||
[urandom-device],
|
||||
|
||||
Reference in New Issue
Block a user