simplify --with-tmpdir option (fixes #32)

This commit is contained in:
Peter Hatina 2015-05-31 17:12:52 +02:00
parent 7efc34b5ba
commit 7452ff8cc2
1 changed files with 0 additions and 4 deletions

View File

@ -40,10 +40,6 @@ AC_ARG_WITH(
[tmpdir],
[AS_HELP_STRING([--with-tmpdir@<:=DIR@:>@],
[Directory for temporary files, defaults to /tmp])],
[], []
)
AS_IF(
[test "x$withval" != "x"],
[tmpdir="$withval"],
[tmpdir="/tmp"]
)