diff options
author | Martin Hollmichel <mh@openoffice.org> | 2001-06-14 16:31:15 +0000 |
---|---|---|
committer | Martin Hollmichel <mh@openoffice.org> | 2001-06-14 16:31:15 +0000 |
commit | 18091861f819adeb57e5e293dc97936ab4b6f78e (patch) | |
tree | adf2c8f6830f686cec67a9e62e7a86a4fd4af6c3 /dmake | |
parent | 66499fef175baf4ae1eee3fe60d5f755e3e4c674 (diff) |
don't check C++
Diffstat (limited to 'dmake')
-rwxr-xr-x | dmake/configure.in | 6 |
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 \ |