/[rdesktop]/jpeg/rdesktop/trunk/configure.ac
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /jpeg/rdesktop/trunk/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1331 by stargo, Mon Nov 6 22:42:34 2006 UTC revision 1335 by stargo, Wed Nov 15 09:15:36 2006 UTC
# Line 27  AC_CHECK_HEADER(langinfo.h, AC_DEFINE(HA Line 27  AC_CHECK_HEADER(langinfo.h, AC_DEFINE(HA
27    
28  AC_CHECK_TOOL(STRIP, strip, :)  AC_CHECK_TOOL(STRIP, strip, :)
29    
30    dnl Don't depend on pkg-config
31    m4_ifdef([PKG_CHECK_MODULES], [], [
32                    m4_errprint([warning: pkg-config checks are not available])
33                    m4_defun([PKG_CHECK_MODULES], [
34                            AC_MSG_WARN([pkg-config not available, cannot check for $2])
35                            $4
36                    ])
37    ])
38    
39  rpath=""  rpath=""
40    
41  #  #

Legend:
Removed from v.1331  
changed lines
  Added in v.1335

  ViewVC Help
Powered by ViewVC 1.1.26