GNOME Bugzilla – Bug 710457
Test data files get installed into /files if installed tests are disabled
Last modified: 2013-10-18 13:59:23 UTC
Created attachment 257643 [details] [review] Patch to make installation conditional tls/tests/Makefile.am always installs the test data files into $(DESTDIR)$(installed_testdir)/files. However, in m4/glibtests.m4, installed_testdir isn't set unless --enable-installed-tests is given. As a result, if you configure glib-networking without --enable-installed-tests, then the test data files get installed into $(DESTDIR)/files. Patch attached to make installation conditional on ENABLE_INSTALLED_TESTS.
Review of attachment 257643 [details] [review]: Looks good.
Oh this was already fixed. *** This bug has been marked as a duplicate of bug 710197 ***