diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-11-02 19:58:57 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-11-02 19:58:57 +0000 |
commit | ef2b0868fef9269b84483d047c2e4ffe47ce4c12 (patch) | |
tree | 99f76072cee77e347edc4b61f6c88221e240c807 /m4 | |
parent | 077195ba78830f8a53b0c2e5c2be66807c40f196 (diff) | |
download | xine-lib-ef2b0868fef9269b84483d047c2e4ffe47ce4c12.tar.gz xine-lib-ef2b0868fef9269b84483d047c2e4ffe47ce4c12.tar.bz2 |
Remove any desktop ref.
CVS patchset: 3152
CVS date: 2002/11/02 19:58:57
Diffstat (limited to 'm4')
-rw-r--r-- | m4/xine.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/m4/xine.m4 b/m4/xine.m4 index 5003f40ad..1aed72edb 100644 --- a/m4/xine.m4 +++ b/m4/xine.m4 @@ -73,7 +73,6 @@ AC_ARG_ENABLE(xinetest, sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'` xine_data_dir=`$XINE_CONFIG $xine_config_args --datadir` xine_script_dir=`$XINE_CONFIG $xine_config_args --scriptdir` - xine_desktop_dir=`$XINE_CONFIG $xine_config_args --desktopdir` xine_plugin_dir=`$XINE_CONFIG $xine_config_args --plugindir` xine_locale_dir=`$XINE_CONFIG $xine_config_args --localedir` dnl if test "x$enable_xinetest" = "xyes" ; then |