From d44e26ba22e432e2e8007b31603a954b1a6c017b Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 8 Dec 2015 12:55:05 +0100 Subject: [PATCH] configure: fix check of date output --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 5a52abf..d268f77 100755 --- a/configure +++ b/configure @@ -487,7 +487,7 @@ then split_days=0 else split_seconds=`date '+%s'` - if [ "x$split_seconds" = "" ]; then + if [ "x$split_seconds" = "x" ]; then echo "error: could not get current time, --with-ntp-era option is needed" exit 1 fi