configure.ac: Revert part that belongs to the preset patch.

Original commit message from CVS:
* configure.ac:
Revert part that belongs to the preset patch.
This commit is contained in:
Stefan Kost 2008-04-03 14:49:06 +00:00
parent d0b15c9e09
commit 126a1130cd
2 changed files with 6 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2008-04-03 Stefan Kost <ensonic@users.sf.net>
* configure.ac:
Revert part that belongs to the preset patch.
2008-04-03 Stefan Kost <ensonic@users.sf.net>
* configure.ac:

View file

@ -524,11 +524,9 @@ GST_LICENSE="LGPL"
AC_DEFINE_UNQUOTED(GST_LICENSE, "$GST_LICENSE", [GStreamer license])
AC_SUBST(GST_LICENSE)
dnl define LIBDIR, DATADIR so we can inform people where we live
dnl define LIBDIR so we can inform people where we live
AS_AC_EXPAND(LIBDIR, $libdir)
AC_DEFINE_UNQUOTED(LIBDIR, "$LIBDIR", [library dir])
AS_AC_EXPAND(DATADIR, $datadir)
AC_DEFINE_UNQUOTED(DATADIR, "$DATADIR", [data dir])
dnl set location of plugin directory
AG_GST_SET_PLUGINDIR