diff options
author | Eduardo Chappa <chappa@washington.edu> | 2013-03-11 01:11:47 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2013-03-11 01:42:01 -0600 |
commit | 5c30b8df3075199ee502f5003d71297d7c117665 (patch) | |
tree | 176a19846a91dd60df1bb4654aeb5251cf12a032 /configure | |
parent | eefcf0862ac4b540d5cd183d370f6f69c9c99caa (diff) | |
download | alpine-5c30b8df3075199ee502f5003d71297d7c117665.tar.xz |
modified cygwin separator to "/"
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18984,7 +18984,7 @@ $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h ;; *-*-cygwin) systype="CYG" - alpine_path_delim="\\\\" + alpine_path_delim="/" alpine_mode_readonly="(S_IREAD | S_IWRITE)" alpine_c_client_target="cyg" LIBS="$LIBS $LIBINTL" |