29 lines
873 B
Diff
29 lines
873 B
Diff
From 97cb7eaa45c08a9b9850200e10ab5668df324ec3 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
|
|
Date: Fri, 2 Aug 2019 16:45:27 +0200
|
|
Subject: [PATCH] configure.ac: remove fixed paths causing trouble when cross
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
|
---
|
|
configure.ac | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index e9a4720f..21229ade 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -24,7 +24,6 @@ AC_SUBST(QUICKCHECKDIR)
|
|
AX_CXX_COMPILE_STDCXX_17([noext], [mandatory])
|
|
|
|
CPPFLAGS="$CPPFLAGS -Wall -Wshadow -g -pedantic-errors"
|
|
-CPPFLAGS="$CPPFLAGS -I/usr/include -I/usr/local/include"
|
|
|
|
AC_CHECK_SIZEOF([void *])
|
|
CXXFLAGS="$CXXFLAGS -DSIZEOF_VOID_P=$ac_cv_sizeof_void_p"
|
|
--
|
|
2.34.1
|
|
|