(file) Return to configure.in CVS log (file) (dir) Up to [ls] / libgig

Diff for /libgig/configure.in between version 1.26 and 1.27

This file is part of libgig, which is released under the terms of the GNU General Public License.


version 1.26, 2007/05/27 13:54:23 version 1.27, 2007/09/09 10:36:23
Line 73 
Line 73 
 AC_SEARCH_LIBS(uuid_generate, uuid) AC_SEARCH_LIBS(uuid_generate, uuid)
 AC_CHECK_FUNCS(uuid_generate CFUUIDCreate) AC_CHECK_FUNCS(uuid_generate CFUUIDCreate)
  
 if test "$ac_cv_func_uuid_generate" = no -a "$ac_cv_func_CFUUIDCreate" = no; then  case "$host" in
       *mingw*|*cygwin*)
           win32=yes
           ;;
       *)
           win32=no
           ;;
   esac
   AM_CONDITIONAL(WIN32, test "$win32" = "yes")
   
   if test "$ac_cv_func_uuid_generate" = no -a "$ac_cv_func_CFUUIDCreate" = no -a "$win32" = no; then
    AC_MSG_WARN([No UUID generate function found.    AC_MSG_WARN([No UUID generate function found.
 *** libgig will not be able to create DLSIDs in DLS and gig files. *** libgig will not be able to create DLSIDs in DLS and gig files.
 *** Install libuuid from e2fsprogs to solve this. Package might be called *** Install libuuid from e2fsprogs to solve this. Package might be called


Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

LinuxSampler Developers
Powered by
ViewCVS