From 5cbdfba8a00007d86c142039de2a6a06d8f5d053 Mon Sep 17 00:00:00 2001 From: rillig Date: Fri, 21 Sep 2007 13:12:30 +0000 Subject: Further testing revealed that there was a syntax error left. Fixed. --- devel/bmake/files/configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/bmake/files/configure.in b/devel/bmake/files/configure.in index d2f20c0b071..a2302930e49 100644 --- a/devel/bmake/files/configure.in +++ b/devel/bmake/files/configure.in @@ -1,6 +1,6 @@ dnl dnl RCSid: -dnl $Id: configure.in,v 1.5 2007/09/21 10:36:34 rillig Exp $ +dnl $Id: configure.in,v 1.6 2007/09/21 13:12:30 rillig Exp $ dnl dnl Process this file with autoconf to produce a configure script dnl @@ -21,6 +21,7 @@ no) ;; */csh) DEFSHELL=0; DEFAULT_CSH=$with_defshell;; # kidding right? */sh) DEFSHELL=1; DEFAULT_SH=$with_defshell;; */ksh) DEFSHELL=2; DEFAULT_KSH=$with_defshell;; + esac ;; esac]) AC_DEFINE_UNQUOTED(DEFSHELL, ${DEFSHELL}, Shell spec to use by default) -- cgit v1.2.3