28 lines
832 B
Diff
28 lines
832 B
Diff
From 30cfd10cd23ca204f694ac2defb7a94f999c6e38 Mon Sep 17 00:00:00 2001
|
|
From: rncbc <rncbc@gamma.rncbc.lan>
|
|
Date: Mon, 30 May 2016 11:38:37 +0100
|
|
Subject: [PATCH] =?UTF-8?q?-=20Removed=20manual=20setting=20of=20system=20?=
|
|
=?UTF-8?q?include=20paths=20(a=20configure=20=20=20patch=20by=20Romain=20?=
|
|
=?UTF-8?q?L=C3=A9tendart=20on=20qsampler,=20thanks).?=
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
---
|
|
configure.ac | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 73e8aac..218b1ed 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -61,7 +61,7 @@ AC_ARG_ENABLE(stacktrace,
|
|
|
|
|
|
# Standard installation base dirs.
|
|
-ac_with_paths="/usr /usr/local"
|
|
+ac_with_paths=""
|
|
|
|
# Set for alternate Qt4/5 installation dir.
|
|
AC_ARG_WITH(qt4,
|