diff options
author | Christian Schaller <uraeus@gnome.org> | 2003-11-23 15:32:14 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2003-11-23 15:32:14 +0000 |
commit | b266acdbdbb9c53cedcf25702e14c896d4d021dc (patch) | |
tree | cca077ce26a0bab52947f92f242a79574d2e0e50 /configure.ac | |
parent | f2028db1f52927a18372ea5386cd152c0722767e (diff) | |
download | gst-plugins-bad-b266acdbdbb9c53cedcf25702e14c896d4d021dc.tar.gz gst-plugins-bad-b266acdbdbb9c53cedcf25702e14c896d4d021dc.tar.bz2 gst-plugins-bad-b266acdbdbb9c53cedcf25702e14c896d4d021dc.zip |
commit my batch of build and spec fixes
Original commit message from CVS:
commit my batch of build and spec fixes
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 05395073..6bd05243 100644 --- a/configure.ac +++ b/configure.ac @@ -255,7 +255,7 @@ AC_SUBST(GTK_CFLAGS) AC_SUBST(HAVE_GTK) AM_CONDITIONAL(HAVE_GDK_LOADERS, test "x$HAVE_GTK_22" = "xyes") -GDK_PIXBUF_LOADER_DIR="\$(libdir)/gtk-2.0/\$(GTK_VERSION)" +GDK_PIXBUF_LOADER_DIR="\$(libdir)/gtk-2.0/\$(GTK_VERSION)/\loaders" AC_ARG_WITH(gdk-pixbuf-loader-dir, AC_HELP_STRING([--with-gdk-pixbuf-loader-dir], [directory to install the gdk_pixbuf loader]), |