From 88f2ade9c3d53270e23fdfd08af9c47beed0adde Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 17 Jun 2019 23:49:42 -0400 Subject: configure.ac: Fix copy/paste error in "touch" section --- 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 ], -- cgit v0.9.1