summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
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
],