Skip to content

Commit

Permalink
more correct implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
asimurzin committed Jan 16, 2012
1 parent a3c989d commit d16e382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/confflu_check_swig.m4
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ fi
dnl --------------------------------------------------------------------------------
SWIG_VERSION=[`dpkg -s swig 2>/dev/null | grep "Version:" | sed -e "s/Version: //g"`]
SWIG_VERSION=[`swig -version | grep "SWIG Version" | sed -e "s/SWIG Version //g"`]
AC_SUBST(SWIG_VERSION)
Expand Down

0 comments on commit d16e382

Please sign in to comment.