Skip to content

Commit

Permalink
[wxhaskell-from-cvs @ 2004-07-27 10:43:23 by dleijen]
Browse files Browse the repository at this point in the history
fixed --wx-config warning

darcs-hash:20040727104323-deb31-23e9eb101169fc19355e16b6124a03e2d581caaa.gz
  • Loading branch information
dleijen committed Jul 27, 2004
1 parent 1d7e704 commit 28ff0ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ fi
case "$1" in
-wx-config=*|--wx-config=*)
wxconfig=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'`
wxconfig=`eval echo $wxconfig`;; #expand ~
wxconfig=`eval echo $wxconfig` #expand ~
shift;; # remove --wx-config argument
esac


Expand Down

0 comments on commit 28ff0ef

Please sign in to comment.