Skip to content

Commit

Permalink
v3.4.3 refs appneta#399
Browse files Browse the repository at this point in the history
  • Loading branch information
synfinatic committed Jun 22, 2009
1 parent c860185 commit ab6fd47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ AC_CONFIG_MACRO_DIR([m4])
dnl Set version info here!
MAJOR_VERSION=3
MINOR_VERSION=4
MICRO_VERSION=2
MICRO_VERSION=3
TCPREPLAY_VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION

dnl Release is only used for the RPM spec file
Expand All @@ -42,8 +42,8 @@ AC_SUBST(target)
have_cygwin=no
AC_MSG_CHECKING([for cygwin development environment])
if test `echo $target | grep -c cygwin` -gt 0 ; then
AC_DEFINE([HAVE_WIN32], [1], [Windows/Cygwin])
AC_MSG_RESULT(yes)
AC_DEFINE([HAVE_WIN32], [1], [Windows/Cygwin])
AC_MSG_RESULT(yes)
have_cygwin=yes
else
AC_MSG_RESULT(no)
Expand Down

0 comments on commit ab6fd47

Please sign in to comment.