[-]
[+]
|
Changed |
butt-configure-debug.diff
|
@@ -1,5 +1,5 @@
--- butt-0.1.5/configure.orig 2007-11-26 13:40:56.000000000 +0100
-+++ butt-0.1.5/configure 2007-11-26 13:41:44.000000000 +0100
++++ butt-0.1.5/configure 2007-11-26 14:02:34.000000000 +0100
@@ -60,11 +60,11 @@
}
EOF
@@ -14,3 +14,26 @@
then
echo "OK"
echo "#_______________________" >&4
+@@ -89,7 +89,7 @@
+ check_fltk() {
+
+ msg_chkfor "fltk-config"
+- if which fltk-config 1> /dev/null 2>&3
++ if which fltk-config 1> /dev/null
+ then
+ echo "OK"
+
+@@ -104,11 +104,11 @@
+ EOF
+
+ msg_chkfor "compile with fltk"
+- if ${CXX} -c tmp.c -o /dev/null `fltk-config --cxxflags` 2>&3
++ if ${CXX} -c tmp.c -o /dev/null `fltk-config --cxxflags`
+ then
+ echo "OK"
+ msg_chkfor "link with fltk"
+- if ${CXX} tmp.c -o /dev/null `fltk-config --cxxflags` `fltk-config --ldflags` 2>&3
++ if ${CXX} tmp.c -o /dev/null `fltk-config --cxxflags` `fltk-config --ldflags`
+ then
+ echo "OK"
+ echo "#_______________________" >&4
|