Browse Source

[5337] configure.ac got mangled somehow.

Thomas Markwalder 8 years ago
parent
commit
18491ed0c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -449,7 +449,7 @@ if test $enable_static = yes; then
      [AC_LANG_PROGRAM([#include <math.h>],[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