# Author: Ron <ron@debian.org>
# Modified by:
# Created: 8/9/2004
-# RCS-ID: $Id$
# Copyright: (c) 2004 Ron <ron@debian.org>
# Essentially a fresh start this time around, but for maximum
# compatibility basic code was taken from, and heavy reference
# Add the libraries that we postponed adding above.
# Order of the checks here is important.
- [ -z $use_html ] || libs="$libs html"
- [ -z $use_adv ] || libs="$libs adv"
- [ -z $use_core ] || libs="$libs core"
- [ -z $use_xml ] || libs="$libs xml"
- [ -z $use_base ] || libs="$libs base"
+ [ -z "$use_html" ] || libs="$libs html"
+ [ -z "$use_adv" ] || libs="$libs adv"
+ [ -z "$use_core" ] || libs="$libs core"
+ [ -z "$use_xml" ] || libs="$libs xml"
+ [ -z "$use_base" ] || libs="$libs base"
else
# No need to order them.
libs="$@"