mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
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.
This commit is contained in:
parent
7cb01b3a61
commit
396df47b54
1 changed files with 1 additions and 1 deletions
|
@ -763,7 +763,7 @@ esac],
|
||||||
[USE_PROFILING=no]) dnl Default value
|
[USE_PROFILING=no]) dnl Default value
|
||||||
|
|
||||||
dnl Default value
|
dnl Default value
|
||||||
GST_CONFIG_DIR=${sysconfdir}/gstreamer
|
GST_CONFIG_DIR=/etc/gstreamer
|
||||||
AC_ARG_WITH(configdir,
|
AC_ARG_WITH(configdir,
|
||||||
[ --with-configdir specify path to use for configdir],
|
[ --with-configdir specify path to use for configdir],
|
||||||
[case "${withval}" in
|
[case "${withval}" in
|
||||||
|
|
Loading…
Reference in a new issue