diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-11-09 22:03:29 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-11-09 22:03:29 +0000 |
commit | bc05f062a49c21078346c2223d0807afc9ce20bd (patch) | |
tree | 7ca7c36745e47ceb6f475c1a0daf8e9c56b2101a /perl-install/Xconfigurator.pm | |
parent | 2f45ca11b6e3f1e74f2ba8a7bf65ca37b2c9bd08 (diff) | |
download | drakx-bc05f062a49c21078346c2223d0807afc9ce20bd.tar drakx-bc05f062a49c21078346c2223d0807afc9ce20bd.tar.gz drakx-bc05f062a49c21078346c2223d0807afc9ce20bd.tar.bz2 drakx-bc05f062a49c21078346c2223d0807afc9ce20bd.tar.xz drakx-bc05f062a49c21078346c2223d0807afc9ce20bd.zip |
no_comment
Diffstat (limited to 'perl-install/Xconfigurator.pm')
-rw-r--r-- | perl-install/Xconfigurator.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index 2e13138fa..16520e10f 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -714,7 +714,7 @@ sub main { my ($o, $allowFB); ($prefix, $o, $in, $allowFB, $install) = @_; $o ||= {}; - + XF86check_link(); { |