summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrillig <rillig>2007-09-21 13:12:30 +0000
committerrillig <rillig>2007-09-21 13:12:30 +0000
commit5cbdfba8a00007d86c142039de2a6a06d8f5d053 (patch)
tree5a14fb18d518ecfc9cf6c6a2d58877b9c265a1a9 /devel
parent76842646365eb685c86e76318e83c58fe6460da9 (diff)
downloadpkgsrc-5cbdfba8a00007d86c142039de2a6a06d8f5d053.tar.gz
Further testing revealed that there was a syntax error left. Fixed.
Diffstat (limited to 'devel')
-rw-r--r--devel/bmake/files/configure.in3
1 files changed, 2 insertions, 1 deletions
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)