From a876cfe8c144d62e825d938675d54a830e380b26 Mon Sep 17 00:00:00 2001 From: Pierre Letouzey Date: Sat, 23 Nov 2013 12:38:49 +0100 Subject: configure: typo in my last commit --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index dbf6c8093..1069ad414 100755 --- a/configure +++ b/configure @@ -334,7 +334,7 @@ fi # make command -MAKE=`which ${makecmd:-make}` +MAKE=`which ${makecmd:-make}` # NB: ${a:-b} is $a, or b when $a is undefined if [ "$MAKE" != "" ]; then # Beware of the final \r in Win32 MAKEVERSION=`"$MAKE" -v | head -1 | tr -d "\r" | cut -d" " -f3` @@ -641,7 +641,7 @@ else no) # Beware of the final \r in Win32 lablgtkdirtmp="$(ocamlfind query lablgtk2.sourceview2 2> /dev/null | tr -d '\r')" - if [ "$labgtkdirtmp" != "" ]; then + if [ "$lablgtkdirtmp" != "" ]; then if [ ! -f "$lablgtkdirtmp/gSourceView2.cmi" ]; then echo "Incomplete Lablgtk2 found by ocamlfind (gSourceView2.cmi not found)." elif [ ! -f "$lablgtkdirtmp/glib.mli" ]; then -- cgit v1.2.3