paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/src/physfs configure.in,1.3.2.3,1.3.2.4


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/physfs configure.in,1.3.2.3,1.3.2.4
Date: Mon, 03 Feb 2003 19:08:19 -0500

Update of /cvsroot/paragui/paragui/src/physfs
In directory subversions:/tmp/cvs-serv19686/src/physfs

Modified Files:
      Tag: devel-opengl
        configure.in 
Log Message:
added libsigc++ 1.2.3 (building statically linked versions, Win32)
physfs autoconf / automake fixes



Index: configure.in
===================================================================
RCS file: /cvsroot/paragui/paragui/src/physfs/configure.in,v
retrieving revision 1.3.2.3
retrieving revision 1.3.2.4
diff -C2 -r1.3.2.3 -r1.3.2.4
*** configure.in        3 Feb 2003 21:04:56 -0000       1.3.2.3
--- configure.in        4 Feb 2003 00:08:17 -0000       1.3.2.4
***************
*** 204,211 ****
      if test x$have_history_hdr = xyes -a x$have_history_lib = xyes; then
        AC_DEFINE([PHYSFS_HAVE_READLINE], 1, [define if we have readline])
!       LIBS="$LIBS -lreadline -lcurses"
      fi
    fi
  fi
  
  dnl !!! FIXME: Not sure how to detect this...
--- 204,213 ----
      if test x$have_history_hdr = xyes -a x$have_history_lib = xyes; then
        AC_DEFINE([PHYSFS_HAVE_READLINE], 1, [define if we have readline])
!       TESTLIBS="$LIBS -lreadline -lcurses"
      fi
    fi
  fi
+ 
+ AC_SUBST(TESTLIBS)
  
  dnl !!! FIXME: Not sure how to detect this...





reply via email to

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