From 2ac1dc5491330eb03d721ae6ee215bb08b2e6bca Mon Sep 17 00:00:00 2001 From: randomguy3 Date: Mon, 6 Feb 2012 13:23:12 +0000 Subject: GTK: Fix GNUstep tests git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@410 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64 --- tikzit/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tikzit') diff --git a/tikzit/configure.ac b/tikzit/configure.ac index 57a8d39..60bf0a6 100644 --- a/tikzit/configure.ac +++ b/tikzit/configure.ac @@ -42,10 +42,10 @@ AC_SUBST([CAIRO_CFLAGS]) AC_SUBST([CAIRO_LIBS]) GNUSTEPOBJCFLAGS=`eval "gnustep-config --objc-flags"` -AS_IF([test "x$GNUSTEPOBJCFLAGS" = ""], +AS_IF([test "x$GNUSTEPOBJCFLAGS" = "x"], [AC_MSG_ERROR([GNUstep not found])]) GNUSTEPLIBS=`eval "gnustep-config --base-libs"` -AS_IF([test "x$GNUSTEPLIBS" = ""], +AS_IF([test "x$GNUSTEPLIBS" = "x"], [AC_MSG_ERROR([GNUstep not found])]) AC_SUBST([GNUSTEPOBJCFLAGS]) AC_SUBST([GNUSTEPLIBS]) -- cgit v1.2.3