diff options
-rw-r--r-- | Build/source/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/configure.in b/Build/source/configure.in index 964bc673e0e..049f1fedf5d 100644 --- a/Build/source/configure.in +++ b/Build/source/configure.in @@ -233,7 +233,7 @@ ESUBDIRS= test -d utils || mkdir utils for pkg in $PKGS; do if test -d $srcdir/utils/$pkg; then - if eval "test \"`echo '$with_'${pkg}`\" != no"; then + if eval "test \"`echo '$with_'${pkg}|sed 's/-/_/g'`\" != no"; then ESUBDIRS="$ESUBDIRS utils/$pkg" if test $pkg = sam2p; then # this is a terrible kludge, but sam2p configure actively |