Skip to content

Commit

Permalink
Revert "HACK: Add some debug helpers"
Browse files Browse the repository at this point in the history
This reverts commit 365a7ed.
  • Loading branch information
alanmcgovern committed Aug 28, 2013
1 parent 365a7ed commit 026c297
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ tests=no
prefix=NONE
test -e "$CONFIG_SITE" && . "$CONFIG_SITE"
test "$prefix" = NONE && prefix=/usr/local
echo First env
env
echo Done First Env

usage ()
{
Expand Down Expand Up @@ -260,8 +257,6 @@ if [ x$select == xyes -o ! -a profiles/$profile ]; then
fi

if test `uname` = "Darwin"; then
echo MyDYLdPathIs $DYLD_FALLBACK_LIBRARY_PATH

if test "x$DYLD_FALLBACK_LIBRARY_PATH" = "x"; then
export DYLD_FALLBACK_LIBRARY_PATH="/Library/Frameworks/Mono.framework/Versions/Current/lib:/lib:/usr/lib"
export PATH="$PATH:/Library/Frameworks/Mono.framework/Versions/Current/bin"
Expand Down
4 changes: 0 additions & 4 deletions main/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ AC_SUBST(ACLOCAL_FLAGS)

ASSEMBLY_VERSION=4.1.7.0

echo ARGH
env
echo ARGH

# This is parsed in BuildVariables.cs. Keep the format consistent to avoid breaking
# the C# side of things. It should be one of the following two formats:
# 1) "VERSION_NUMBER" "2.0"
Expand Down

0 comments on commit 026c297

Please sign in to comment.