diff options
Diffstat (limited to 'libiberty/config.table')
-rw-r--r-- | libiberty/config.table | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libiberty/config.table b/libiberty/config.table index ff54843..f1f3fdf 100644 --- a/libiberty/config.table +++ b/libiberty/config.table @@ -30,12 +30,5 @@ for frag in ${frags}; do fi done -# record if we want to build shared libs. -if [ "${shared}" = "yes" ]; then - echo enable_shared = yes >> temp-frag -else - echo enable_shared = no >> temp-frag -fi - frag=xhost-mkfrag ${CONFIG_SHELL-/bin/sh} ${libiberty_topdir}/move-if-change temp-frag xhost-mkfrag |