aboutsummaryrefslogtreecommitdiff
path: root/desiredata/src/configure.in
diff options
context:
space:
mode:
authorN.N. <matju@users.sourceforge.net>2009-05-16 23:33:20 +0000
committerN.N. <matju@users.sourceforge.net>2009-05-16 23:33:20 +0000
commit63da9a1fed0c6cd53a43b1ef36a69436bf003eb4 (patch)
tree4fe6db1c630e26e4d0676b10a7f4a5110194d1b0 /desiredata/src/configure.in
parent4e345b88bb37fcf3f968cbaae752bbc30ef5b877 (diff)
another fix for pdsend pdreceive etc... hope that this is the last
svn path=/trunk/; revision=11399
Diffstat (limited to 'desiredata/src/configure.in')
-rw-r--r--desiredata/src/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/desiredata/src/configure.in b/desiredata/src/configure.in
index 5c588358..ef14405a 100644
--- a/desiredata/src/configure.in
+++ b/desiredata/src/configure.in
@@ -80,7 +80,7 @@ if test `uname -s` = Linux; then
CPPFLAGS="-DDL_OPEN -DPA_USE_OSS -DUNIX -DUNISTD"
MORECFLAGS="-fno-strict-aliasing"
STRIPFLAG=-s
- STRIP="@#strip"
+ STRIP="echo"
LDSOFLAGS="-shared"
WATCHDOG=pd-watchdog
EXE=""