Ignore:
Timestamp:
Jul 20, 2016 7:03:49 AM (8 years ago)
Author:
riza
Message:

Re #1928 (misc): Remove trailing comma that might cause --disable-libyuv to not
work.
Thanks to Kyle Kurz for the report.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure.ac

    r5364 r5393  
    17931793                             [Exclude libyuv in the build]), 
    17941794              [if test "$enable_libyuv" = "no"; then 
    1795                 [ac_no_yuv=1], 
     1795                [ac_no_yuv=1] 
    17961796                AC_DEFINE(PJMEDIA_HAS_LIBYUV,0) 
    17971797                AC_MSG_RESULT([Checking if libyuv is disabled...yes]) 
Note: See TracChangeset for help on using the changeset viewer.