Package: relion / 1.4+dfsg-2

0001-Fix-fltk-config-path-in-configure.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Roland Fehrenbacher <rf@q-leap.de>
Date: Wed, 30 Jul 2014 10:28:43 +0200
Subject: Fix fltk-config path in configure

---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 57cbba9..5e83df3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,7 +55,7 @@ AC_MSG_ERROR([Cannot find the FFTW3 library. Please install it (with threads ena
 #Check for FLTK
 # as g++ seems needed and not gcc for compilation, 
 #just check for presence of fltk-config program 
-[fltkfile=`pwd`/bin/fltk-config]
+[fltkfile=/usr/bin/fltk-config]
 AC_CHECK_FILE($fltkfile, 
 [
 enable_fltk=yes