summaryrefslogtreecommitdiffstats
path: root/dmake/configure.in
diff options
context:
space:
mode:
authorMartin Hollmichel <mh@openoffice.org>2001-06-14 16:31:15 +0000
committerMartin Hollmichel <mh@openoffice.org>2001-06-14 16:31:15 +0000
commit18091861f819adeb57e5e293dc97936ab4b6f78e (patch)
treeadf2c8f6830f686cec67a9e62e7a86a4fd4af6c3 /dmake/configure.in
parentSRC635 (diff)
downloadcore-18091861f819adeb57e5e293dc97936ab4b6f78e.tar.gz
core-18091861f819adeb57e5e293dc97936ab4b6f78e.zip
don't check C++
Diffstat (limited to 'dmake/configure.in')
-rwxr-xr-xdmake/configure.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/dmake/configure.in b/dmake/configure.in
index 875bdd21ad65..38037e1a40fc 100755
--- a/dmake/configure.in
+++ b/dmake/configure.in
@@ -10,7 +10,7 @@ VERSION=4.2
AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define)
dnl Checks for programs.
-AC_PROG_CXX
+#AC_PROG_CXX
AC_PROG_CC
AC_PROG_CPP
AC_PROG_INSTALL
@@ -53,6 +53,10 @@ if test ${OS_UNAME} = Linux; then
echo "Linux found"
OS_VERSION=linux
fi
+if test ${OS_UNAME} = Irix; then
+ echo "Irix found"
+ OS_VERSION=sysvr4
+fi
AC_SUBST(OS_VERSION)
AC_OUTPUT(Makefile unix/Makefile startup/Makefile startup/unix/Makefile \