From 0952f6551efb14d74717c69a435b03ecf8d59afa Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Sat, 12 Jan 2002 01:26:04 +0000 Subject: [PATCH] remove WIN32 path stuff Original commit message from CVS: remove WIN32 path stuff --- acconfig.h | 1 - configure.ac | 15 --------------- 2 files changed, 16 deletions(-) diff --git a/acconfig.h b/acconfig.h index 0b2f165..de3c7df 100644 --- a/acconfig.h +++ b/acconfig.h @@ -17,7 +17,6 @@ #undef PLUGINS_USE_BUILDDIR #undef GST_CONFIG_DIR -#undef GST_WIN32_LIBDIR #undef HAVE_CPU_I386 #undef HAVE_CPU_PPC diff --git a/configure.ac b/configure.ac index b2cb032..cfbfc68 100644 --- a/configure.ac +++ b/configure.ac @@ -446,17 +446,6 @@ AC_ARG_WITH(configdir, esac], [:]) dnl Default value -dnl Default value -GST_WIN32_LIBDIR="/usr/lib/win32" -AC_ARG_WITH(win32_libdir, -[ --with-win32-libdir specify location for win32 DLLs], -[case "${withval}" in - yes) AC_MSG_ERROR(bad value ${withval} for --with-win32-libdir) ;; - no) AC_MSG_ERROR(bad value ${withval} for --with-win32-libdir) ;; - *) GST_WIN32_LIBDIR="${withval}" ;; -esac], -[:]) dnl Default value - AC_ARG_ENABLE(docs-build, [ --enable-docs-build enable building of documentation], [case "${enableval}" in @@ -619,10 +608,6 @@ dnl Set location of configuration dir. AC_DEFINE_UNQUOTED(GST_CONFIG_DIR,"$GST_CONFIG_DIR") AC_SUBST(GST_CONFIG_DIR) -dnl Set location of windows dll dir. -AC_DEFINE_UNQUOTED(GST_WIN32_LIBDIR,"$GST_WIN32_LIBDIR") -AC_SUBST(GST_WIN32_LIBDIR) - dnl Set location of plugin directory if test "x${prefix}" = "xNONE"; then PLUGINS_DIR=${ac_default_prefix}/lib/gst -- 2.7.4