diff --git a/doc/1.manual/1.introduction.txt b/doc/1.manual/1.introduction.txt
index e38caafce549b78c05e7c9a69998e3a8aa3b0ef8..05c168b6c99d9ddc42d660dfdd3c7bd812d8c7fe 100644
--- a/doc/1.manual/1.introduction.txt
+++ b/doc/1.manual/1.introduction.txt
@@ -1,8 +1,7 @@
 PD_VERSION
 
 A real-time graphical programming environment for live interactive
-computer music, Pd works on SGI machines, Microsoft Windows,
-Linux, and Mac OSX.
+computer music, Pd-l2ork currently works only on Linux.
 
 Pd is copyrighted, but is free for you to use for any reasonable purpose.
 See the file:
diff --git a/src/configure.in b/src/configure.in
index 369d0d9dfce5c6c52c81473ba0b84ea8ee9c758f..f0748c3942fa8f1ee10a57f9dd39c931dcc1be64 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -192,8 +192,8 @@ dnl This should be fixed so Pd can use ALSA shared libraries where appropriate.
 
     if test x$jack = xyes; then
         AC_CHECK_LIB(rt,shm_open,LIBS="$LIBS -lrt")
-        AC_CHECK_LIB(jack,jack_set_xrun_callback,LIBS="$LIBS -ljack";jack=xrun,jack=no)
-        AC_CHECK_LIB(jack,jack_set_error_function,LIBS="$LIBS -ljack";jack=yes,jack=no)
+        AC_CHECK_LIB(jack,jack_set_xrun_callback,PDLIB="$PDLIB -ljack";jack=xrun,jack=no)
+        AC_CHECK_LIB(jack,jack_set_error_function,PDLIB="$PDLIB -ljack";jack=yes,jack=no)
     fi
 
     LDFLAGS="-Wl,-export-dynamic"