diff options
Diffstat (limited to 'configs')
-rw-r--r-- | configs/autoconf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/autoconf.in b/configs/autoconf.in index 8cb1ba75b8d..a1896a64400 100644 --- a/configs/autoconf.in +++ b/configs/autoconf.in @@ -46,7 +46,7 @@ GL_LIB = GL GLU_LIB = GLU GLUT_LIB = glut GLW_LIB = GLw -OSMESA_LIB = OSMesa +OSMESA_LIB = @OSMESA_LIB@ # Library names (actual file names) GL_LIB_NAME = @GL_LIB_NAME@ |