Changeset 1449 for pjproject/trunk
- Timestamp:
- Sep 24, 2007 4:10:13 PM (17 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure
r1282 r1449 2745 2745 2746 2746 2747 ac_pjdir=`pwd` 2747 case $target in 2748 *mingw* | *cygw* | *win32* | *w32* ) 2749 ac_pjdir=`pwd -W` 2750 ;; 2751 *) 2752 ac_pjdir=`pwd` 2753 ;; 2754 esac 2748 2755 2749 2756 -
pjproject/trunk/aconfigure.ac
r1282 r1449 39 39 40 40 AC_SUBST(ac_pjdir) 41 ac_pjdir=`pwd` 41 case $target in 42 *mingw* | *cygw* | *win32* | *w32* ) 43 ac_pjdir=`pwd -W` 44 ;; 45 *) 46 ac_pjdir=`pwd` 47 ;; 48 esac 42 49 43 50 AC_CHECK_LIB(pthread,pthread_create)
Note: See TracChangeset
for help on using the changeset viewer.