remove WIN32 path stuff
authorDavid I. Lehn <dlehn@users.sourceforge.net>
Sat, 12 Jan 2002 01:26:04 +0000 (01:26 +0000)
committerDavid I. Lehn <dlehn@users.sourceforge.net>
Sat, 12 Jan 2002 01:26:04 +0000 (01:26 +0000)
Original commit message from CVS:
remove WIN32 path stuff

acconfig.h
configure.ac

index 0b2f1651e6e7e435476e377beab1c3f67c7cb5b6..de3c7dfeade702b3558beaf0acc9f29e79a4369a 100644 (file)
@@ -17,7 +17,6 @@
 #undef PLUGINS_USE_BUILDDIR
 
 #undef GST_CONFIG_DIR
-#undef GST_WIN32_LIBDIR
 
 #undef HAVE_CPU_I386
 #undef HAVE_CPU_PPC
index b2cb032a33a3c173598dc7c0b9c3578de900cac1..cfbfc68fe26e33c374457322d2be71b92f0eca3c 100644 (file)
@@ -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