mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
backslash in filename on mingw causes problems :-(
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@21914 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f03f367dba
commit
13b221dbff
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -3232,7 +3232,7 @@ else
|
|||
case "$target_os" in
|
||||
freebsd* | openbsd* ) GNUSTEP_CONFIG_FILE=/usr/etc/GNUstep.conf ;;
|
||||
netbsd* ) GNUSTEP_CONFIG_FILE=/usr/pkg/etc/GNUstep.conf ;;
|
||||
mingw32* ) GNUSTEP_CONFIG_FILE=C:\\GNUstep\\GNUstep.conf ;;
|
||||
mingw32* ) GNUSTEP_CONFIG_FILE=C:/GNUstep/GNUstep.conf ;;
|
||||
*) GNUSTEP_CONFIG_FILE=/etc/GNUstep/GNUstep.conf;;
|
||||
esac
|
||||
fi
|
||||
|
|
|
@ -197,7 +197,7 @@ AC_ARG_WITH(config-file,[
|
|||
case "$target_os" in
|
||||
freebsd* | openbsd* ) GNUSTEP_CONFIG_FILE=/usr/etc/GNUstep.conf ;;
|
||||
netbsd* ) GNUSTEP_CONFIG_FILE=/usr/pkg/etc/GNUstep.conf ;;
|
||||
mingw32* ) GNUSTEP_CONFIG_FILE=C:\\GNUstep\\GNUstep.conf ;;
|
||||
mingw32* ) GNUSTEP_CONFIG_FILE=C:/GNUstep/GNUstep.conf ;;
|
||||
*) GNUSTEP_CONFIG_FILE=/etc/GNUstep/GNUstep.conf;;
|
||||
esac
|
||||
fi])
|
||||
|
|
Loading…
Reference in a new issue