Ignore:
Timestamp:
Mar 8, 2012 7:44:41 AM (12 years ago)
Author:
bennylp
Message:

Re #1462: libresample as shared library support on Mac OS X

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/1.x/aconfigure.ac

    r3967 r3968  
    9090    *) 
    9191        ac_pjdir=`pwd` 
     92        ;; 
     93esac 
     94 
     95AC_SUBST(ac_shlib_suffix) 
     96case $target in 
     97    *mingw* | *cygw* | *win32* | *w32* ) 
     98        ac_shlib_suffix=dll 
     99        ;; 
     100    *darwin*) 
     101        ac_shlib_suffix=dylib 
     102        ;; 
     103    *) 
     104        ac_shlib_suffix=so 
    92105        ;; 
    93106esac 
Note: See TracChangeset for help on using the changeset viewer.