From 7452ff8cc235529c1f75a6267afd3336631dfde0 Mon Sep 17 00:00:00 2001 From: Peter Hatina Date: Sun, 31 May 2015 17:12:52 +0200 Subject: [PATCH] simplify --with-tmpdir option (fixes #32) --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure.ac b/configure.ac index 4dd975d..d669a56 100644 --- a/configure.ac +++ b/configure.ac @@ -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"] )