Changeset 5393
- Timestamp:
- Jul 20, 2016 7:03:49 AM (8 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure
r5364 r5393 752 752 oldincludedir 753 753 includedir 754 runstatedir 754 755 localstatedir 755 756 sharedstatedir … … 874 875 sharedstatedir='${prefix}/com' 875 876 localstatedir='${prefix}/var' 877 runstatedir='${localstatedir}/run' 876 878 includedir='${prefix}/include' 877 879 oldincludedir='/usr/include' … … 1126 1128 silent=yes ;; 1127 1129 1130 -runstatedir | --runstatedir | --runstatedi | --runstated \ 1131 | --runstate | --runstat | --runsta | --runst | --runs \ 1132 | --run | --ru | --r) 1133 ac_prev=runstatedir ;; 1134 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ 1135 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ 1136 | --run=* | --ru=* | --r=*) 1137 runstatedir=$ac_optarg ;; 1138 1128 1139 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) 1129 1140 ac_prev=sbindir ;; … … 1263 1274 datadir sysconfdir sharedstatedir localstatedir includedir \ 1264 1275 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ 1265 libdir localedir mandir 1276 libdir localedir mandir runstatedir 1266 1277 do 1267 1278 eval ac_val=\$$ac_var … … 1416 1427 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1417 1428 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1429 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] 1418 1430 --libdir=DIR object code libraries [EPREFIX/lib] 1419 1431 --includedir=DIR C header files [PREFIX/include] … … 8380 8392 if test "${enable_libyuv+set}" = set; then : 8381 8393 enableval=$enable_libyuv; if test "$enable_libyuv" = "no"; then 8382 ac_no_yuv=1 ,8394 ac_no_yuv=1 8383 8395 $as_echo "#define PJMEDIA_HAS_LIBYUV 0" >>confdefs.h 8384 8396 -
pjproject/trunk/aconfigure.ac
r5364 r5393 1793 1793 [Exclude libyuv in the build]), 1794 1794 [if test "$enable_libyuv" = "no"; then 1795 [ac_no_yuv=1] ,1795 [ac_no_yuv=1] 1796 1796 AC_DEFINE(PJMEDIA_HAS_LIBYUV,0) 1797 1797 AC_MSG_RESULT([Checking if libyuv is disabled...yes])
Note: See TracChangeset
for help on using the changeset viewer.