summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac6
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
20AC_SUBST(LIBPLIST_SO_VERSION) 20AC_SUBST(LIBPLIST_SO_VERSION)
21 21
22# prefer clang if it is available and CC is not set
23if test -z "$CC" && test -z "$CXX" && test -x "`which clang`"; then
24 CC=clang
25 CXX=clang++
26fi
27
28# Checks for programs. 22# Checks for programs.
29AC_PROG_CC 23AC_PROG_CC
30AC_PROG_CXX 24AC_PROG_CXX