bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New Patches for SCO OpenServer 5.0.X and UnixWare 7.1.X and OpenUNIX


From: Boyd Lynn Gerber
Subject: Re: New Patches for SCO OpenServer 5.0.X and UnixWare 7.1.X and OpenUNIX 8.0.0
Date: Fri, 9 May 2003 12:55:49 -0600 (MDT)

On Fri, 9 May 2003, Derek Robert Price wrote:
> Huh?  What's the difference between that and configure's
>
>     gcc -c -g -O2  conftest.c
>
> command line?

I usually use

AC_TRY_RUN([
#include <sys/stat.h>
int main( int argc, char **argv )
{
    int a;
    S_ISSOCK(a);
}

  ], AC_DEFINE(HAVE_XXX) xxx="${xxx}xxx ",
  )

  if test -z "$xxxxx"; then xxxx="no"; fi
  AC_MSG_RESULT($xxxxx)AC_MSG_RESULT

tt,

--
Boyd Gerber <gerberb@zenez.com>
ZENEZ   1042 East Fort Union #135, Midvale Utah  84047





reply via email to

[Prev in Thread] Current Thread [Next in Thread]