The commented SAH_CHECK_JPEGLIB in configure.ac prevents that setiathome
will be linked against libjpeg. If the package should be configured with
"--enable-graphics" this needs to be uncommented.
Gbp-Pq: Name 003_dont_use_own_jpeglib.patch
endif
-SUBDIRS = $(JPEGDIR) $(IMDIR) $(GLUTDIR) $(CLIENT_SUBDIRS) $(SERVER_SUBDIRS)
+SUBDIRS = $(IMDIR) $(GLUTDIR) $(CLIENT_SUBDIRS) $(SERVER_SUBDIRS)
dist-hook:
rm -rf `find $(distdir) -name .backup -prune -o -name '*~' -o -name CVS`
SAH_AVX
+AM_CONDITIONAL(USE_MY_LIBJPEG, [false])
AM_CONDITIONAL(USE_MY_IMAGELIBS, [false])
AM_CONDITIONAL(USE_MY_GLUT, [false])
AM_CONDITIONAL(ENABLE_TESTS, [test "${enable_tests}" = yes])
])
AC_CONFIG_FILES([Makefile
- jpeglib/Makefile
client/Makefile
tools/Makefile
db/Makefile