From 18491ed0c51d58568f10806abddf6269836b1026 Mon Sep 17 00:00:00 2001 From: Thomas Markwalder Date: Tue, 25 Jul 2017 14:28:29 -0400 Subject: [PATCH] [5337] configure.ac got mangled somehow. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6132d12368..2469a09be9 100644 --- a/configure.ac +++ b/configure.ac @@ -449,7 +449,7 @@ if test $enable_static = yes; then [AC_LANG_PROGRAM([#include ],[sqrt(-1.0);])], [AC_MSG_RESULT([checking for static glib libraries... yes])], [AC_MSG_RESULT([checking for static glib libraries... no]) -/bin/bash: :1: command not found + AC_MSG_ERROR([Static building will not work. You appear to be missing glib static libraries. Check config.log for details.])]) CXX=$CXX_SAVED fi -- 2.47.2