]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Fix out-of-source build when using --with-libzstd-from-internet
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 17 Jul 2019 19:06:19 +0000 (21:06 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 18 Jul 2019 19:11:42 +0000 (21:11 +0200)
configure.ac

index be07ac00e1f0064e5563dcb629dac956c632310c..594aa7921654b45be11f501d9ce8330279a2a60b 100644 (file)
@@ -30,6 +30,8 @@ AC_SUBST(test_suites)
 m4_include(m4/feature_macros.m4)
 m4_include(m4/clang.m4)
 
+mkdir -p .deps src unittest
+
 dnl Checks for programs.
 AC_PROG_CC
 _AC_LANG_COMPILER_CLANG
@@ -203,8 +205,6 @@ if test "$ac_cv_c_extern_inline" != no ; then
               Define to 1 if your compiler supports extern inline)
 fi
 
-mkdir -p .deps src unittest
-
 dnl Enable developer mode if dev.mk.in exists.
 if test ! -f $srcdir/dev_mode_disabled; then
     AC_MSG_NOTICE(developer mode enabled)