Index: /trunk/psModules/configure.ac
===================================================================
--- /trunk/psModules/configure.ac	(revision 7383)
+++ /trunk/psModules/configure.ac	(revision 7384)
@@ -49,5 +49,5 @@
 
 SRCPATH='${top_srcdir}/src'
-SRCDIRS="pslib config concepts camera astrom detrend imcombine objects"
+SRCDIRS="config concepts camera astrom detrend imcombine objects"
 # escape two escapes at this level so \\ gets passed to the shell and \ to perl
 SRCINC=`echo "${SRCDIRS=}" | ${PERL} -pe "s|(\w+)|-I\\\\${SRCPATH=}/\1|g"`
@@ -80,8 +80,4 @@
 AC_CHECK_PROG([doxygen], [doxygen], [true], [false])
 AM_CONDITIONAL(DOXYGEN, test x$doxygen = xtrue)
-
-dnl libjpeg -------------------------------------------------------------------
-
-AC_CHECK_LIB(jpeg,jpeg_CreateCompress,[],[AC_MSG_ERROR([jpeg library not found.])])
 
 dnl pslib ---------------------------------------------------------------------
@@ -120,5 +116,4 @@
   src/imcombine/Makefile
   src/objects/Makefile
-  src/pslib/Makefile
   test/Makefile
   test/astrom/Makefile
@@ -129,5 +124,4 @@
   test/imcombine/Makefile
   test/objects/Makefile
-  test/pslib/Makefile
   Doxyfile
   psmodule-config
