From 396df47b543ae5aa75c9a2b9c6b014ea4c261a05 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sun, 2 Sep 2001 00:41:53 +0000 Subject: [PATCH] default config dir is now /etc/gstreamer instead of $sysconfdir/gstreamer, which had been mapping to /usr/etc/gstreamer. Original commit message from CVS: default config dir is now /etc/gstreamer instead of $sysconfdir/gstreamer, which had been mapping to /usr/etc/gstreamer. --- configure.base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.base b/configure.base index 8e1a9da733..6055344c1d 100644 --- a/configure.base +++ b/configure.base @@ -763,7 +763,7 @@ esac], [USE_PROFILING=no]) dnl Default value dnl Default value -GST_CONFIG_DIR=${sysconfdir}/gstreamer +GST_CONFIG_DIR=/etc/gstreamer AC_ARG_WITH(configdir, [ --with-configdir specify path to use for configdir], [case "${withval}" in