Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
76ed10f4
Commit
76ed10f4
authored
8 years ago
by
Brian Christiansen
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Add check for glib 2.12 to configure, primarily checking for"
This reverts commit
d9d36a33
.
parent
1a71e54e
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
config.h.in
+0
-3
0 additions, 3 deletions
config.h.in
configure
+0
-6
0 additions, 6 deletions
configure
configure.ac
+0
-4
0 additions, 4 deletions
configure.ac
with
0 additions
and
13 deletions
config.h.in
+
0
−
3
View file @
76ed10f4
...
...
@@ -24,9 +24,6 @@
/* Define to 1 if using glib-2.32.0 or higher */
#undef GLIB_NEW_THREADS
/* Define to 1 if using glib-2.12.0 or higher */
#undef GLIB_PTHREAD_GETNAME
/* Define to 1 if licensed under terms of the GNU General Public License. */
#undef GPL_LICENSED
...
...
This diff is collapsed.
Click to expand it.
configure
+
0
−
6
View file @
76ed10f4
...
...
@@ -22789,12 +22789,6 @@ rm -f core conftest.err conftest.$ac_objext \
rm -f conf.glibtest
if test ${glib_config_minor_version=0} -ge 12 ; then
$as_echo "#define GLIB_PTHREAD_GETNAME 1" >>confdefs.h
fi
if test ${glib_config_minor_version=0} -ge 32 ; then
$as_echo "#define GLIB_NEW_THREADS 1" >>confdefs.h
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
0
−
4
View file @
76ed10f4
...
...
@@ -276,10 +276,6 @@ fi
AM_PATH_GLIB_2_0([2.7.1], [ac_glib_test="yes"], [ac_glib_test="no"], [gthread])
if test ${glib_config_minor_version=0} -ge 12 ; then
AC_DEFINE([GLIB_PTHREAD_GETNAME], 1, [Define to 1 if using glib-2.12.0 or higher])
fi
if test ${glib_config_minor_version=0} -ge 32 ; then
AC_DEFINE([GLIB_NEW_THREADS], 1, [Define to 1 if using glib-2.32.0 or higher])
fi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment