From b0507c11bfa23a597ea69e3d95fad46635e4621e Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@hadrons.org>
Date: Thu, 7 Mar 2013 19:49:05 +0100
Subject: [PATCH 13/15] build: Do not set default prefix to the same autoconf
 default
Status: obsolete

---
 configure.ac | 2 --
 1 file changed, 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 77816ea..9be588e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,8 +8,6 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 AM_MAINTAINER_MODE
 
-AC_PREFIX_DEFAULT(/usr/local)
-
 if (test "${libdir}" = '${exec_prefix}/lib'); then
 	libdir="${prefix}/lib"
 fi
-- 
1.8.2.rc2

