You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bj...@hyperreal.org on 1999/08/30 16:44:47 UTC

cvs commit: apache-2.0/src/lib/apr configure.in

bjh         99/08/30 07:44:47

  Modified:    src/lib/apr configure.in
  Log:
  APR configure.in tweaks to allow test programs to build on OS/2.
  
  Revision  Changes    Path
  1.5       +4 -0      apache-2.0/src/lib/apr/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/configure.in,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- configure.in	1999/08/28 08:05:43	1.4
  +++ configure.in	1999/08/30 14:44:46	1.5
  @@ -79,7 +79,9 @@
   
   case "$OS" in
      *-os2*)
  +       CFLAGS="$CFLAGS -DOS2"
          OSDIR="os2"
  +       LIBPREFIX=""
          ;;
      *beos*)
          OSDIR="beos"
  @@ -91,6 +93,8 @@
   
   AC_CHECK_LIB(dl, dlopen)
   AC_CHECK_LIB(pthread, pthread_mutex_init)
  +AC_CHECK_LIB(socket,socket)
  +AC_CHECK_LIB(ufc,crypt)
   
   if (test "$SYS_SW" = "AIX"); then
       CFLAGS="$CFLAGS -U__STR__"