equal
deleted
inserted
replaced
1 always include ticlib even when progs are disabled |
|
2 |
|
3 https://bugs.gentoo.org/557360 |
|
4 |
|
5 --- a/configure |
|
6 +++ b/configure |
|
7 @@ -21312,7 +21312,7 @@ echo "$as_me:21311: checking for library subsets" >&5 |
|
8 echo $ECHO_N "checking for library subsets... $ECHO_C" >&6 |
|
9 LIB_SUBSETS= |
|
10 |
|
11 -if test "x$cf_with_progs" = xyes || test "$with_ticlib" != no || test "$with_termcap" != no; then |
|
12 +if true; then |
|
13 LIB_SUBSETS="${LIB_SUBSETS}ticlib" |
|
14 if test "$with_ticlib" != no ; then |
|
15 LIB_SUBSETS="${LIB_SUBSETS} " |
|