Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Deal with gperf 3.1 changing to size_t #631

Closed
wants to merge 1 commit into from

Conversation

cgwalters
Copy link
Member

configure.ac Outdated
@@ -102,6 +102,10 @@ AC_CHECK_TOOL(GPERF, gperf)
AS_IF([test -z "$GPERF"],
AC_MSG_ERROR([*** gperf not found])
)
AC_MSG_CHECKING([whether gperf uses size_t])
AS_IF([$GPERF --version |grep -q 'gperf 3.[[]1-9[]]'],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, should we go with feature detection instead? E.g. this is what systemd did: systemd/systemd@c9f7b4d.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh nice, yes - that code is better. Copied in ⬇️

@jlebon
Copy link
Member

jlebon commented Feb 17, 2017

@rh-atomic-bot r+ 0d378f8

@rh-atomic-bot
Copy link

⌛ Testing commit 0d378f8 with merge f684283...

@rh-atomic-bot
Copy link

☀️ Test successful - status-atomicjenkins
Approved by: jlebon
Pushing f684283 to master...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants