From a7d2c771baca842f25cf1c09927ec05a56732537 Mon Sep 17 00:00:00 2001 From: Michael Elkins Date: Wed, 6 Mar 2013 17:28:54 +0000 Subject: display error message if username was omitted when specifying --enable-wsgi-daemon-mode svn path=/trunk/; revision=5113 --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 51f432d2..3a7ef243 100644 --- a/configure.ac +++ b/configure.ac @@ -688,6 +688,9 @@ then if test "$enable_wsgi_daemon_mode" != no then + if test "$enable_wsgi_daemon_mode" = yes; then + AC_MSG_ERROR([You must specify the user to run the wsgi process as with --enable-wsgi-daemon-mode=USER]) + fi save_IFS="$IFS" IFS=':' read user group <<_EOF $enable_wsgi_daemon_mode -- cgit v1.2.3