Ignore:
Timestamp:
Apr 27, 2012 1:22:15 AM (12 years ago)
Author:
bennylp
Message:

Misc (re #1417): fixed error in the configure script when displaying failure message

File:
1 edited

Legend:

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

    r3968 r4107  
    879879                                           [ippStaticInit();])], 
    880880                  [AC_MSG_RESULT(ok)], 
    881                   [AC_MSG_FAILURE(Error: unable to recognize your IPP installation. Make sure the paths and ARCH suffix are set correctly, run with --help for more info)]) 
     881                  [AC_MSG_FAILURE([Error: unable to recognize your IPP installation. Make sure the paths and ARCH suffix are set correctly, run with --help for more info])]) 
    882882 
    883883        CFLAGS="$SAVED_CFLAGS" 
Note: See TracChangeset for help on using the changeset viewer.