Navigation Menu

Skip to content

Commit

Permalink
fix package name.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 24, 2010
1 parent ab7b508 commit fca6946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -172,7 +172,7 @@ AM_CONDITIONAL([WITH_CUTTER], [test "$ac_cv_use_cutter" != "no"])
# For Debian package release
AC_ARG_WITH(rsync-path,
[AS_HELP_STRING([--with-rsync-path=PATH],
[specify rsync path to upload groonga Debian packages.])],
[specify rsync path to upload groonga storage engine Debian packages.])],
[RSYNC_PATH="$withval"],
[RSYNC_PATH=""])
AC_SUBST(RSYNC_PATH)
Expand Down

0 comments on commit fca6946

Please sign in to comment.