diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2012-04-07 11:56:09 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2012-04-07 11:56:09 +0000 |
| commit | 91ce609fc7e3b9f32359910f8c374f921f881d17 (patch) | |
| tree | 207c356cb4540c0fa330eed3bdb0ca126ecf6f2d | |
| parent | abbd9839bf8c2d469a4a97fbbf7c8a63df1594b9 (diff) | |
simplify MinGW install directory check.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9328 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 565561fef..703660c9b 100644 --- a/configure.in +++ b/configure.in @@ -1290,7 +1290,7 @@ dnl Define the FLTK documentation directory... case $uname in MINGW*) # Determine the path where MSys has /usr installed - msyspath=`mount | grep '\/usr' | grep -v '\/usr\/bin' | cut -d ' ' -f -1 | sed -e 's/\\\/\// g'` + msyspath=`mount | grep '\/usr ' | cut -d ' ' -f -1 | sed -e 's/\\\/\// g'` # Then substitute that in the WIN32 path instead of /usr AC_DEFINE_UNQUOTED(FLTK_DOCDIR, "$msyspath/local/share/doc/fltk") ;; |
