Mercurial > hg > octave-nkf
comparison configure.ac @ 15145:142e377e7e28
configure.ac: Don't run OCTAVE_CARBON_CGDISPLAYBITSPERPIXEL unless Carbon Framework is present.
* configure.ac: Don't run OCTAVE_CARBON_CGDISPLAYBITSPERPIXEL unless
Carbon Framework is present.
author | Rik <rik@octave.org> |
---|---|
date | Fri, 10 Aug 2012 13:09:11 -0700 |
parents | e412d18d4fa5 |
children | 2eb789da13c3 |
comparison
equal
deleted
inserted
replaced
15144:9cc337ced51a | 15145:142e377e7e28 |
---|---|
1993 AC_DEFINE(RUSAGE_TIMES_ONLY, 1, [Define to 1 if your struct rusage only has time information.]) | 1993 AC_DEFINE(RUSAGE_TIMES_ONLY, 1, [Define to 1 if your struct rusage only has time information.]) |
1994 ;; | 1994 ;; |
1995 esac | 1995 esac |
1996 | 1996 |
1997 ## Check for CGDisplayBitsPerPixel function on Mac OSX systems with Carbon | 1997 ## Check for CGDisplayBitsPerPixel function on Mac OSX systems with Carbon |
1998 OCTAVE_CARBON_CGDISPLAYBITSPERPIXEL | 1998 if test $have_framework_carbon = "yes"; then |
1999 OCTAVE_CARBON_CGDISPLAYBITSPERPIXEL | |
2000 fi | |
1999 | 2001 |
2000 OCTAVE_SMART_PUTENV | 2002 OCTAVE_SMART_PUTENV |
2001 | 2003 |
2002 AC_CHECK_FUNCS(getpwnam, [], [AC_CHECK_LIB(sun, getpwnam)]) | 2004 AC_CHECK_FUNCS(getpwnam, [], [AC_CHECK_LIB(sun, getpwnam)]) |
2003 | 2005 |