From a00d37e0caab0bf9c81149d1c2548fb44935e48e Mon Sep 17 00:00:00 2001 From: Richard Boulton Date: Sun, 7 Jan 2001 05:35:09 +0000 Subject: [PATCH] Fix tiny slip which made configdir still always be /etc/gstreamer/ Original commit message from CVS: Fix tiny slip which made configdir still always be /etc/gstreamer/ --- configure.in | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.in b/configure.in index 3a7550d001..9db5d5cd8c 100644 --- a/configure.in +++ b/configure.in @@ -505,7 +505,6 @@ dnl # Set up some more defines # dnl ############################ dnl Set location of configuration dir. -GST_CONFIG_DIR="/etc/gstreamer" AC_DEFINE_UNQUOTED(GST_CONFIG_DIR,"$GST_CONFIG_DIR") AC_SUBST(GST_CONFIG_DIR)