Skip to content

wrong name reference in configure.ac #38

@tomgrean

Description

@tomgrean

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])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions