diff options
| -rw-r--r-- | configure.ac | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index eade215..f84a8ca 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -19,12 +19,6 @@ LIBPLIST_SO_VERSION=6:0:3 | |||
| 19 | 19 | ||
| 20 | AC_SUBST(LIBPLIST_SO_VERSION) | 20 | AC_SUBST(LIBPLIST_SO_VERSION) |
| 21 | 21 | ||
| 22 | # prefer clang if it is available and CC is not set | ||
| 23 | if test -z "$CC" && test -z "$CXX" && test -x "`which clang`"; then | ||
| 24 | CC=clang | ||
| 25 | CXX=clang++ | ||
| 26 | fi | ||
| 27 | |||
| 28 | # Checks for programs. | 22 | # Checks for programs. |
| 29 | AC_PROG_CC | 23 | AC_PROG_CC |
| 30 | AC_PROG_CXX | 24 | AC_PROG_CXX |
