summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-04-15 00:25:28 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-04-15 00:25:28 +0200
commit1c1a1b9ed23de7cf32bf92f9c6aa2cbf78297e03 (patch)
treec9c86809a517794b4f5c179a84436b45f9090e84 /configure.ac
parent836ea788debe2faf75b0edf846dc25704435533e (diff)
downloadbank-1c1a1b9ed23de7cf32bf92f9c6aa2cbf78297e03.tar.gz
bank-1c1a1b9ed23de7cf32bf92f9c6aa2cbf78297e03.tar.bz2
bank-1c1a1b9ed23de7cf32bf92f9c6aa2cbf78297e03.zip
remove obsolete getopt dependency
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index cbe1d69..6ebbe5b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,13 +34,6 @@ if test $? -ne 0;
AC_MSG_ERROR([Please install PostgreSQL])
fi
-AC_MSG_NOTICE([Checking for getopt utility])
-getopt --version > /dev/null
-if test $? -ne 0;
- then
- AC_MSG_ERROR([Please install getopt (usually found in util-linux package)])
-fi
-
psql --version > /dev/null
if test $? -ne 0;
then