Ignore:
Timestamp:
Sep 24, 2007 4:10:13 PM (17 years ago)
Author:
bennylp
Message:

Updated ./configure to handle Mingw problem with mount directories (thanks Lafras Henning)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure

    r1282 r1449  
    27452745 
    27462746 
    2747 ac_pjdir=`pwd` 
     2747case $target in 
     2748    *mingw* | *cygw* | *win32* | *w32* ) 
     2749        ac_pjdir=`pwd -W` 
     2750        ;; 
     2751    *) 
     2752        ac_pjdir=`pwd` 
     2753        ;; 
     2754esac 
    27482755 
    27492756 
Note: See TracChangeset for help on using the changeset viewer.