Lowercase $host for QNX.

REL7_0_PATCHES
Bruce Momjian 26 years ago
parent 1520f60f0e
commit 9f013a552a
  1. 4
      src/configure.in

@ -92,6 +92,10 @@ AC_ARG_WITH(template,
see template directory],
[ TEMPLATE=$withval ],
[
# lowercase $host
host="`echo $host | tr '[A-Z]' '[a-z]'`"
# First, try for a template exactly matching $host
if test -f "template/$host"
then TEMPLATE="$host"

Loading…
Cancel
Save