summaryrefslogtreecommitdiff
path: root/dmake/configure.in
diff options
context:
space:
mode:
authorMartin Hollmichel <mh@openoffice.org>2002-04-09 16:21:29 +0000
committerMartin Hollmichel <mh@openoffice.org>2002-04-09 16:21:29 +0000
commitf2dbbf0f3f36fd0646ff5757c12f54770a7d10b4 (patch)
tree4f35578c716d5baf9f2a5e54dd92176074aa5fa0 /dmake/configure.in
parent2189663291c312a9fed75521f117847fc0940e6e (diff)
fixed typo for FreeBSD
Diffstat (limited to 'dmake/configure.in')
-rwxr-xr-xdmake/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmake/configure.in b/dmake/configure.in
index c397870897ff..4f7b50227697 100755
--- a/dmake/configure.in
+++ b/dmake/configure.in
@@ -58,7 +58,7 @@ case $OS_UNAME in
OS_VERSION=sysvr4
echo "Irix found"
;;
- FreeBsd)
+ FreeBSD)
OS_VERSION=386ix
echo "FreeBSD found"
;;