Ignore:
Timestamp:
Mar 8, 2012 6:35:03 AM (12 years ago)
Author:
bennylp
Message:

Closed #1462: Added support for building libresample as shared library for GNU targets

File:
1 edited

Legend:

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

    r3820 r3967  
    732732             ) 
    733733 
     734dnl # Include libsamplerate 
     735AC_SUBST(ac_resample_dll) 
     736AC_ARG_ENABLE(resample_dll, 
     737              AC_HELP_STRING([--enable-resample-dll], 
     738                             [Build libresample as shared library]), 
     739              [if test "$enable_resample_dll" = "yes"; then 
     740                [ac_resample_dll=1] 
     741                AC_MSG_RESULT([Building libresample as shared library... yes]) 
     742               fi], 
     743              AC_MSG_RESULT([Building libresample as shared library... no]) 
     744              ) 
    734745 
    735746dnl ######################################################## 
     
    10321043              ]) 
    10331044 
    1034  
    10351045dnl ########################################## 
    10361046dnl # 
Note: See TracChangeset for help on using the changeset viewer.