Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 7df57ba

Browse files
author
Reini Urban
committed
Config: remove solaris specific found_libucb
This is pollution from the hints file only, storing the errorlevel if libucb was not found.
1 parent 19d3c3e commit 7df57ba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ext/Config/Config_xs.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,6 @@ fflushall, T_INV,0,ALN64I"@@fflushall@@"
969969
find, T_INV,0,ALN64I"@@find@@"
970970
firstmakefile, T_INV,0,ALN64I"@@firstmakefile@@"
971971
flex, T_INV,0,ALN64I"@@flex@@"
972-
found_libucb, T_INV,0,ALN64I"@@found_libucb@@"
973972
fpossize, T_INV,0,ALN64I"@@fpossize@@"
974973
fpostype, T_INV,0,ALN64I"@@fpostype@@"
975974
freetype, T_INV,0,ALN64I"@@freetype@@"

hints/solaris_2.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ END
171171
;;
172172
esac
173173

174+
unset found_libucb
175+
174176
# Use shell built-in 'type' command instead of /usr/bin/which to
175177
# avoid possible csh start-up problems and also to use the same shell
176178
# we'll be using to Configure and make perl.

0 commit comments

Comments
 (0)