diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-17 23:49:42 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-17 23:49:42 (EDT) |
commit | 88f2ade9c3d53270e23fdfd08af9c47beed0adde (patch) | |
tree | 2948db10eadf13702179108e45e9497fa643b2e8 | |
parent | 2990e5778f74270f1ef61bd7d81a6b9bcab4c87c (diff) |
configure.ac: Fix copy/paste error in "touch" section
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index f2aa829..3bbf769 100644 --- a/configure.ac +++ b/configure.ac @@ -122,8 +122,8 @@ AC_ARG_WITH( AC_MSG_ERROR([touch is required]) ;; *) - OPKG="${withval}" - AC_SUBST([OPKG]) + TOUCH="${withval}" + AC_SUBST([TOUCH]) ;; esac ], |