pivasoftware / easycwmp

EasyCwmp:
http://www.easycwmp.org/
GNU General Public License v2.0
73 stars 59 forks source link

wrong name reference in configure.ac #38

Open tomgrean opened 6 years ago

tomgrean commented 6 years ago

in the file configure.ac, around line 59, LIBUBOX_LDFLAGS should be LIBUBUS_LDFLAGS: My corrected version:

AC_ARG_WITH([libubus-lib-path],
  [AS_HELP_STRING([--with-libubus-lib-path], [location of the libubus library])], [LIBUBUS_LDFLAGS="-L$withval"])
AC_SUBST([LIBUBUS_LDFLAGS])
pivasoftware commented 6 years ago

http://support.easycwmp.org/view.php?id=337