diff options
| author | msheby <msheby@cinecert.com> | 2008-05-14 22:22:14 +0000 |
|---|---|---|
| committer | msheby <> | 2008-05-14 22:22:14 +0000 |
| commit | a56daaabb1b8e7f978d5d825607d2122a813a902 (patch) | |
| tree | 2f6476b9d72df3599b83db5a69c9fec430d7221e | |
| parent | 6adb9aff00d415124a0f0695545efa517766fddf (diff) | |
Custom compiler checking.
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index e41af9c..1f54d7b 100644 --- a/configure.ac +++ b/configure.ac @@ -14,8 +14,8 @@ AM_INIT_AUTOMAKE([1.9 foreign]) # Checks for programs. AC_CANONICAL_BUILD AC_CANONICAL_HOST -AC_PROG_CC -AC_PROG_CXX +AC_PROG_CC([egcc gcc cc cl]) +AC_PROG_CXX([eg++ g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC]) AC_PROG_LIBTOOL AC_PROG_INSTALL AC_PROG_RANLIB |
